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 2cbdc2a commit 3850951Copy full SHA for 3850951
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.2"
+val appVersion = "1.0.3"
9
10
val platformStr = when {
11
osName.contains("win") -> {
installer/setup.iss
@@ -1,5 +1,5 @@
1
#define MyAppName "飞牛影视"
2
-#define MyAppVersion "1.0.2"
+#define MyAppVersion "1.0.3"
3
#define MyAppOS "Windows"
4
#define MyAppPublisher "JankinWu"
#define MyAppExeName "FnMedia.exe"
0 commit comments