Skip to content

Commit 8e10453

Browse files
committed
0.2.0
1 parent 28a6821 commit 8e10453

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import sys
33

44
APP_NAME = "Xbox Backup Manager"
5-
VERSION = "0.0.0"
5+
VERSION = "0.2.0"
66
REPO = "SavageCore/XboxBackupManager"
77
APP_PATH = os.path.dirname(os.path.abspath(sys.executable))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xboxbackupmanager"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Xbox and Xbox 360 Backup Manager"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version_info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ VSVersionInfo(
2121
[
2222
StringStruct('CompanyName', 'SavageCore'),
2323
StringStruct('FileDescription', 'Xbox Backup Manager'),
24-
StringStruct('FileVersion', '0.0.0.0'),
24+
StringStruct('FileVersion', '0.2.0.0'),
2525
StringStruct('InternalName', 'XboxBackupManager'),
2626
StringStruct('LegalCopyright', 'Copyright © 2025 SavageCore'),
2727
StringStruct('OriginalFilename', 'XboxBackupManager.exe'),
2828
StringStruct('ProductName', 'Xbox Backup Manager'),
29-
StringStruct('ProductVersion', '0.0.0.0')
29+
StringStruct('ProductVersion', '0.2.0.0')
3030
]
3131
)
3232
]),

0 commit comments

Comments
 (0)