Skip to content

Commit

Permalink
Merge pull request #24 from KunalSin9h/signed
Browse files Browse the repository at this point in the history
bump up version
  • Loading branch information
KunalSin9h authored Jun 25, 2023
2 parents 3b80d63 + a815dd0 commit d67deb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Kunal Singh <kunalsin9h@gmail.com>
pkgname='git-commit' # name of the pacakge
pkgver=0.1.1 # version of the application
pkgver=0.2.1 # version of the application
pkgrel=2 # version of the backage
#epoch=1 # the newest package, next time set epoch to 2 (this is to ensure that this is the latest package, it default pkg ver comparsion not working)
pkgdesc="Git commit simulator using Conventional Commits conventions"
Expand Down
2 changes: 1 addition & 1 deletion commit
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
INSTALL="$HOME/.commit/bin/commit"

# Current Version of commit
CURRENT_RELEASE="v0.2.0"
CURRENT_RELEASE="v0.2.1"

# get latest release from github
LATEST_RELEASE=$(curl -s https://api.github.com/repos/KunalSin9h/git-commit/releases/latest | grep "tag_name" | cut -d '"' -f 4)
Expand Down

0 comments on commit d67deb9

Please sign in to comment.