Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Aug 30, 2021
1 parent d9b6584 commit c5c15f2
Show file tree
Hide file tree
Showing 4 changed files with 4 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.4.2
VERSION: 1.4.3
strategy:
matrix:
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.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.4.2
VERSION: 1.4.3
strategy:
matrix:
env:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ sudo dnf install gitqlient

For now there is no GitQlient in the official repos of Ubuntu or Debian. However, to install it via .deb package, go to the [releases page](https://github.com/francescmm/GitQlient/releases) and download the package from the version you want. Once you download it, you can install it using apt-get command as root.

**Note:** This option is available only from GitQlient 1.4.2.

All L
**Note:** This option is available only from GitQlient 1.4.3.

### Windows

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.4.2
Version: 1.4.3
Release: {{{ git_version }}}%{?dist}
Summary: A multi-platform Git client

Expand Down

0 comments on commit c5c15f2

Please sign in to comment.