We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9557b5 commit 2f2386eCopy full SHA for 2f2386e
DMMGamePlayerFastLauncher/static/env.py
@@ -8,7 +8,7 @@
8
9
10
class Env(Dump):
11
- VERSION = "v6.3.0"
+ VERSION = "v6.3.1"
12
RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION)
13
14
DEVELOP: bool = os.environ.get("ENV") == "DEVELOP"
setup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "DMMGamePlayerFastLauncher"
5
-#define MyAppVersion "6.3.0"
+#define MyAppVersion "6.3.1"
6
#define MyAppPublisher "yuki"
7
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
0 commit comments