Skip to content

Commit 677a9cf

Browse files
committed
library: Bump version to 0.3.4
1 parent c28f860 commit 677a9cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
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.3"
3+
version = "0.3.4"
44
}

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/Scaffold.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import androidx.compose.ui.util.fastMap
2929
import androidx.compose.ui.util.fastMapNotNull
3030
import androidx.compose.ui.util.fastMaxBy
3131
import top.yukonga.miuix.kmp.theme.MiuixTheme
32-
import top.yukonga.miuix.kmp.utils.MiuixPopupUtil
3332
import top.yukonga.miuix.kmp.utils.MiuixPopupUtil.Companion.MiuixPopupHost
3433

3534
/**
@@ -101,7 +100,6 @@ fun Scaffold(
101100
}
102101
}
103102

104-
105103
/**
106104
* Layout for a [Scaffold]'s content.
107105
*

0 commit comments

Comments
 (0)