Skip to content

Commit f709acf

Browse files
committed
library: bump version to 0.7.2
1 parent c3a419b commit f709acf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -1,7 +1,7 @@
11
// Copyright 2025, compose-miuix-ui contributors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
val isRelease = false
4+
val isRelease = true
55
val baseVersion = "0.7.2"
66

77
fun gitShort(): String = try {

iosApp/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.7</string>
1919
<key>CFBundleVersion</key>
20-
<string>679</string>
20+
<string>680</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>CADisableMinimumFrameDurationOnPhone</key>

0 commit comments

Comments
 (0)