From 8fe0ae7e66c353c28ad9bf22a67698e9567a22f9 Mon Sep 17 00:00:00 2001 From: BridgeSense Date: Sat, 1 Apr 2023 18:15:46 +0800 Subject: [PATCH] chore: update version to 1.5.2 --- main.py | 2 +- resources/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 150391b..4abd670 100644 --- a/main.py +++ b/main.py @@ -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() diff --git a/resources/version.txt b/resources/version.txt index 8e03717..a73b432 100644 --- a/resources/version.txt +++ b/resources/version.txt @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.5.2 \ No newline at end of file