Skip to content

Commit

Permalink
Merge pull request #77 from zevlee/chore/inc-version
Browse files Browse the repository at this point in the history
chore: Increment version
  • Loading branch information
zevlee authored Oct 11, 2024
2 parents e5b0dca + e3a15d2 commit ba3f3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.template
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.4
VERSION=1.0.5
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 @@ -5,7 +5,7 @@
from platformdirs import user_config_dir

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

0 comments on commit ba3f3fe

Please sign in to comment.