Skip to content

Commit b14c78e

Browse files
committed
chore: Update version to v1.0.1 and mark as Stable
- Updated __version__ from 1.0.0 to 1.0.1 - Changed Build status from BETA to Stable in About tab - Reflects latest release with auto-backup fixes
1 parent a27a77b commit b14c78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""SurfManager Application Package."""
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.0.1'
44
__app_name__ = 'SurfManager'
55
__author__ = 'risunCode'
66
__description__ = 'Advanced Session & Data Manager for Development Tools'

app/gui/tab_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _init_ui(self):
9898
info_items = [
9999
("Author:", "risunCode"),
100100
("License:", "MIT"),
101-
("Build:", "BETA"),
101+
("Build:", "Stable"),
102102
("Platform:", platform.system())
103103
]
104104

0 commit comments

Comments
 (0)