Skip to content

Commit c192886

Browse files
committed
library: bump version to 0.8.4
1 parent b0ccec3 commit c192886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-plugins/src/main/kotlin/BuildConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
object BuildConfig {
5-
const val LIBRARY_VERSION = "0.8.3"
5+
const val LIBRARY_VERSION = "0.8.4"
66
const val LIBRARY_ID = "top.yukonga.miuix.kmp"
77
const val APPLICATION_NAME = "Miuix"
88
const val APPLICATION_VERSION_NAME = "1.0.8"

example/ios/iosApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0.8</string>
1919
<key>CFBundleVersion</key>
20-
<string>840</string>
20+
<string>843</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)