diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0adfc594..fc63e6f5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ${{ matrix.env.os }} env: - VERSION: 1.6.1 + VERSION: 1.6.2 strategy: matrix: env: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ec46b4c0..db286e31 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ${{ matrix.env.os }} env: - VERSION: 1.6.1 + VERSION: 1.6.2 strategy: matrix: env: @@ -16,7 +16,7 @@ jobs: os: ubuntu-20.04 qtplatform: linux - name: Linux AppImage - os: ubuntu-18.04 + os: ubuntu-20.04 qtplatform: linux qtversion: 5.15.2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a97ea72..be7d496c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ${{ matrix.env.os }} env: - VERSION: 1.6.1 + VERSION: 1.6.2 strategy: matrix: env: diff --git a/contrib/rpm/gitqlient.spec b/contrib/rpm/gitqlient.spec index 66087fcf..319a37ac 100644 --- a/contrib/rpm/gitqlient.spec +++ b/contrib/rpm/gitqlient.spec @@ -1,5 +1,5 @@ Name: {{{ git_name name="gitqlient" }}} -Version: 1.6.1 +Version: 1.6.2 Release: {{{ git_version }}}%{?dist} Summary: A multi-platform Git client diff --git a/deb_pkg/DEBIAN/control b/deb_pkg/DEBIAN/control index e3738863..fd7a7c95 100644 --- a/deb_pkg/DEBIAN/control +++ b/deb_pkg/DEBIAN/control @@ -5,7 +5,7 @@ Homepage: https://github.com/francescmm/GitQlient Maintainer: Francesc M. Package: gitqlient Architecture: amd64 -Pre-Depends: git (>= 2.0.0), libqt5core5a (>= 5.12.0), libqt5gui5 (>= 5.12.0), libqt5widgets5 (>= 5.12.0), libqt5network5 (>= 5.12.0), libqt5webchannel5 (>= 5.12.0), libqt5webenginewidgets5 (>= 5.12.0), libstdc++6 (>= 5), libgcc-s1 (>= 3.0) +Pre-Depends: git (>= 2.0.0), libqt5core5a (>= 5.12.0), libqt5gui5 (>= 5.12.0), libqt5widgets5 (>= 5.12.0), libqt5network5 (>= 5.12.0), libstdc++6 (>= 5), libgcc-s1 (>= 3.0) Description: GitQlient os a multi-platform Git client written with Qt Some of the major feature you can find are: - Easy access to remote actions like: push, pull, submodules management and branches