Skip to content

Commit 93748cc

Browse files
committed
Update app version and icons
Bumped the application version to 1.0.0 in soundscripts_editor.py and updated the .ico and .png icon files to new versions.
1 parent bdccbd5 commit 93748cc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

soundscripts_editor.ico

-14.6 KB
Binary file not shown.

soundscripts_editor.png

407 Bytes
Loading

soundscripts_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import webbrowser
1212

1313
# Константы о программе
14-
ABOUT_TOOL_VERSION = "0.3.0"
14+
ABOUT_TOOL_VERSION = "1.0.0"
1515
ABOUT_TOOL_NAME = f"Soundscripts Editor v{ABOUT_TOOL_VERSION}"
1616
ABOUT_TOOL_DESCRIPTION = "This tool helps to edit soundscripts files used on Source Engine."
1717
ABOUT_TOOL_AUTHOR = "Shitcoded by Ambiabstract (Sergey Shavin)."

0 commit comments

Comments
 (0)