Skip to content

Commit 3034295

Browse files
committed
build(version): Increment app version to 1.0.7
1 parent 201abea commit 3034295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55
val osName = System.getProperty("os.name").lowercase()
66
val osArch = System.getProperty("os.arch").lowercase()
77

8-
val appVersion = "1.0.6"
8+
val appVersion = "1.0.7"
99
val appVersionSuffix = "Alpha"
1010

1111
val platformStr = when {

installer/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "飞牛影视"
2-
#define MyAppVersion "1.0.6"
2+
#define MyAppVersion "1.0.7"
33
#define MyAppOS "Windows"
44
#define MyAppPublisher "JankinWu"
55
#define MyAppExeName "FnMedia.exe"

0 commit comments

Comments
 (0)