Skip to content

Commit

Permalink
library: Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Aug 29, 2024
1 parent b1b2cfc commit a8c3839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
applicationId = pkgName
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 1
versionCode = 11
versionName = verName
}
val properties = Properties()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "top.yukonga.miuix.kmp"
version = "0.1.0"
version = "0.1.1"
}

0 comments on commit a8c3839

Please sign in to comment.