Skip to content

Commit

Permalink
chore: update version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeSenseDev committed Apr 1, 2023
1 parent 6c5a610 commit 8fe0ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def between_callback(token, account_id):
"resources/version.txt"
).text
window = MainWindow()
if int(version.replace(".", "")) > 151:
if int(version.replace(".", "")) > 152:
updater = UpdaterWindow()
else:
window.show()
Expand Down
2 changes: 1 addition & 1 deletion resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2

0 comments on commit 8fe0ae7

Please sign in to comment.