We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ccec3 commit c192886Copy full SHA for c192886
build-plugins/src/main/kotlin/BuildConfig.kt
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: Apache-2.0
3
4
object BuildConfig {
5
- const val LIBRARY_VERSION = "0.8.3"
+ const val LIBRARY_VERSION = "0.8.4"
6
const val LIBRARY_ID = "top.yukonga.miuix.kmp"
7
const val APPLICATION_NAME = "Miuix"
8
const val APPLICATION_VERSION_NAME = "1.0.8"
example/ios/iosApp/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0.8</string>
19
<key>CFBundleVersion</key>
20
- <string>840</string>
+ <string>843</string>
21
<key>LSRequiresIPhoneOS</key>
22
<true/>
23
<key>CADisableMinimumFrameDurationOnPhone</key>
0 commit comments