Skip to content

Commit

Permalink
chore: bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissium committed Mar 5, 2024
1 parent 009c079 commit 95a64be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
windows_save_path = os.path.join(os.path.dirname(project_directory), 'SilverDict-windows.zip')
unix_save_path = os.path.join(project_directory, 'SilverDict.zip')
current_version = 'v1.1.2'
current_version = 'v1.1.3'


def _get_latest_version_and_release_note() -> tuple[str, str]:
Expand Down

0 comments on commit 95a64be

Please sign in to comment.