Skip to content

Commit

Permalink
Merge pull request #62 from zevlee/update-version
Browse files Browse the repository at this point in the history
fix: Update version
  • Loading branch information
zevlee authored Mar 2, 2024
2 parents 5d9eb2c + 8db5b8a commit 970493d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APPNAME="Passphraser"
ID=me.zevlee.Passphraser
AUTHOR="Zev Lee"
DESCRIPTION="Phrase-based password generator"
VERSION=1.0.2
VERSION=1.0.3
LICENSE=LICENSE
REQUIREMENTS=requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion passphraser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from gi.repository import GLib

# Application version
__version__ = "1.0.0"
__version__ = "1.0.3"
# Application name
APPNAME = "Passphraser"
# Application ID
Expand Down

0 comments on commit 970493d

Please sign in to comment.