We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a419b commit f709acfCopy full SHA for f709acf
convention-plugins/src/main/kotlin/root.publication.gradle.kts
@@ -1,7 +1,7 @@
1
// Copyright 2025, compose-miuix-ui contributors
2
// SPDX-License-Identifier: Apache-2.0
3
4
-val isRelease = false
+val isRelease = true
5
val baseVersion = "0.7.2"
6
7
fun gitShort(): String = try {
iosApp/iosApp/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundleShortVersionString</key>
18
<string>1.0.7</string>
19
<key>CFBundleVersion</key>
20
- <string>679</string>
+ <string>680</string>
21
<key>LSRequiresIPhoneOS</key>
22
<true/>
23
<key>CADisableMinimumFrameDurationOnPhone</key>
0 commit comments