Skip to content

Commit 709426d

Browse files
committed
library: Bump version to 0.3.1
1 parent 98cc086 commit 709426d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
> This library is experimental, any API would be changed in the future without any notification.
88
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.0"
3+
version = "0.3.1"
44
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android-minSdk = "26"
33
android-compileSdk = "35"
44
android-targetSdk = "35"
55

6-
androidGradlePlugin = "8.7.2"
6+
androidGradlePlugin = "8.7.3"
77
androidx-activity-compose = "1.9.3"
88
androidx-window = "1.3.0"
99
compose-plugin = "1.7.1"

screenshot/demo.png

112 KB
Loading

0 commit comments

Comments
 (0)