Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Mar 11, 2022
1 parent 95647b8 commit 5211a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def InitUI(self):

class SimpleSignerMainWindow(QMainWindow):
PRODUCT_NAME = 'Simple Signer'
PRODUCT_VERSION = '1.2.0'
PRODUCT_VERSION = '1.3.0'
PRODUCT_WEBSITE = 'https://github.com/schorschii/Simple-Signer'

configPath = str(Path.home())+'/.simple-signer.ini'
Expand Down

0 comments on commit 5211a8b

Please sign in to comment.