Skip to content

Commit

Permalink
Preparing files for version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed May 19, 2023
1 parent 96ca10f commit 5a61754
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ${{ matrix.env.os }}
env:
VERSION: 1.6.1
VERSION: 1.6.2
strategy:
matrix:
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
build:
runs-on: ${{ matrix.env.os }}
env:
VERSION: 1.6.1
VERSION: 1.6.2
strategy:
matrix:
env:
- name: Linux DEB package
os: ubuntu-20.04
qtplatform: linux
- name: Linux AppImage
os: ubuntu-18.04
os: ubuntu-20.04
qtplatform: linux
qtversion: 5.15.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ${{ matrix.env.os }}
env:
VERSION: 1.6.1
VERSION: 1.6.2
strategy:
matrix:
env:
Expand Down
2 changes: 1 addition & 1 deletion contrib/rpm/gitqlient.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion deb_pkg/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Homepage: https://github.com/francescmm/GitQlient
Maintainer: Francesc M. <[email protected]>
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
Expand Down

0 comments on commit 5a61754

Please sign in to comment.