Skip to content

Commit

Permalink
library: Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jan 27, 2025
1 parent c28f860 commit 677a9cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "top.yukonga.miuix.kmp"
version = "0.3.3"
version = "0.3.4"
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import androidx.compose.ui.util.fastMap
import androidx.compose.ui.util.fastMapNotNull
import androidx.compose.ui.util.fastMaxBy
import top.yukonga.miuix.kmp.theme.MiuixTheme
import top.yukonga.miuix.kmp.utils.MiuixPopupUtil
import top.yukonga.miuix.kmp.utils.MiuixPopupUtil.Companion.MiuixPopupHost

/**
Expand Down Expand Up @@ -101,7 +100,6 @@ fun Scaffold(
}
}


/**
* Layout for a [Scaffold]'s content.
*
Expand Down

0 comments on commit 677a9cf

Please sign in to comment.