Skip to content

Commit 1dc9a16

Browse files
committed
library: Bump version to 0.3.6
1 parent 7dfc4ce commit 1dc9a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composeApp/src/commonMain/kotlin/component/OtherComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ fun OtherComponent(padding: PaddingValues) {
393393
Box(
394394
modifier = Modifier
395395
.height(60.dp)
396-
.width(120.dp)
396+
.width(100.dp)
397397
.align(Alignment.CenterVertically)
398398
.clip(SmoothRoundedCornerShape(12.dp))
399399
.background(selectedColor)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
allprojects {
22
group = "top.yukonga.miuix.kmp"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
}

0 commit comments

Comments
 (0)