We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201abea commit 3034295Copy full SHA for 3034295
composeApp/build.gradle.kts
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
val osName = System.getProperty("os.name").lowercase()
6
val osArch = System.getProperty("os.arch").lowercase()
7
8
-val appVersion = "1.0.6"
+val appVersion = "1.0.7"
9
val appVersionSuffix = "Alpha"
10
11
val platformStr = when {
installer/setup.iss
@@ -1,5 +1,5 @@
1
#define MyAppName "飞牛影视"
2
-#define MyAppVersion "1.0.6"
+#define MyAppVersion "1.0.7"
3
#define MyAppOS "Windows"
4
#define MyAppPublisher "JankinWu"
#define MyAppExeName "FnMedia.exe"
0 commit comments