Skip to content

Commit f83f4e4

Browse files
committed
library: Bump version to 0.2.1
1 parent 610db52 commit f83f4e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
val appName = "Miuix"
1818
val pkgName = "top.yukonga.miuix.uitest"
19-
val verName = "1.0.1"
19+
val verName = "1.0.2"
2020
val xcf = XCFramework(appName + "Framework")
2121

2222
kotlin {
@@ -86,7 +86,7 @@ android {
8686
applicationId = pkgName
8787
minSdk = libs.versions.android.minSdk.get().toInt()
8888
targetSdk = libs.versions.android.targetSdk.get().toInt()
89-
versionCode = 12
89+
versionCode = 21
9090
versionName = verName
9191
}
9292
val properties = Properties()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
allprojects {
22
group = "top.yukonga.miuix.kmp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
}

0 commit comments

Comments
 (0)