Skip to content

Commit eebef9d

Browse files
committed
library: bump version to 0.7.0
1 parent e08501c commit eebef9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
allprojects {
55
group = "top.yukonga.miuix.kmp"
6-
version = "0.6.1"
6+
version = "0.7.0"
77
}

example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121

2222
val appName = "Miuix"
2323
val pkgName = "top.yukonga.miuix.uitest"
24-
val verName = "1.0.6"
24+
val verName = "1.0.7"
2525
val verCode = getVersionCode()
2626
val generatedSrcDir = layout.buildDirectory.dir("generated").get().asFile.resolve("miuix-example")
2727

iosApp/iosApp/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.6</string>
18+
<string>1.0.7</string>
1919
<key>CFBundleVersion</key>
20-
<string>641</string>
20+
<string>642</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)