We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27a77b commit b14c78eCopy full SHA for b14c78e
app/__init__.py
@@ -1,6 +1,6 @@
1
"""SurfManager Application Package."""
2
3
-__version__ = '1.0.0'
+__version__ = '1.0.1'
4
__app_name__ = 'SurfManager'
5
__author__ = 'risunCode'
6
__description__ = 'Advanced Session & Data Manager for Development Tools'
app/gui/tab_about.py
@@ -98,7 +98,7 @@ def _init_ui(self):
98
info_items = [
99
("Author:", "risunCode"),
100
("License:", "MIT"),
101
- ("Build:", "BETA"),
+ ("Build:", "Stable"),
102
("Platform:", platform.system())
103
]
104
0 commit comments