Skip to content

Commit

Permalink
library: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Dec 3, 2024
1 parent 98cc086 commit 709426d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Miuix** is a shared UI library for [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/).

Now Supported: **Android** / **Desktop(JVM)** / **iOS** / **WasmJs** / **Js** / **macOS**.
Now Supported: **Android** / **Desktop(JVM)** / **iOS** / **WasmJs** / **Js** / **macOS(Native)**.

> This library is experimental, any API would be changed in the future without any notification.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "top.yukonga.miuix.kmp"
version = "0.3.0"
version = "0.3.1"
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-minSdk = "26"
android-compileSdk = "35"
android-targetSdk = "35"

androidGradlePlugin = "8.7.2"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
androidx-window = "1.3.0"
compose-plugin = "1.7.1"
Expand Down
Binary file modified screenshot/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 709426d

Please sign in to comment.