Skip to content

Commit cca0d85

Browse files
committed
library: Bump version to 0.3.0
1 parent 80829c3 commit cca0d85

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
## Miuix
22

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

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

7+
> This library is experimental, any API would be changed in the future without any notification.
8+
9+
[![License](https://img.shields.io/github/license/miuix-kotlin-multiplatform/miuix)](LICENSE)
10+
[![Maven Central](https://img.shields.io/maven-central/v/top.yukonga.miuix.kmp/miuix)](https://search.maven.org/search?q=g:top.yukonga.miuix.kmp)
11+
712
### Start
813

914
```
@@ -19,8 +24,6 @@ kotlin {
1924
}
2025
```
2126

22-
[![Maven Central](https://img.shields.io/maven-central/v/top.yukonga.miuix.kmp/miuix)](https://search.maven.org/search?q=g:top.yukonga.miuix.kmp)
23-
2427
### Usage
2528

2629
```
@@ -48,4 +51,4 @@ fun App() {
4851

4952
### Screenshot
5053

51-
[![demo](https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true)](#)
54+
[![demo](https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true)]()

composeApp/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
val appName = "Miuix"
1818
val pkgName = "top.yukonga.miuix.uitest"
19-
val verName = "1.0.2"
19+
val verName = "1.0.3"
2020
val verCode = getVersionCode()
2121
val xcf = XCFramework(appName + "Framework")
2222

@@ -235,4 +235,3 @@ tasks.register<Exec>("assembleMiuixMacosUniversalReleaseBinary") {
235235
group = "macos native"
236236
description = "Build macOS universal binary"
237237
}
238-
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.2.9"
3+
version = "0.3.0"
44
}

screenshot/demo.png

-585 KB
Loading

0 commit comments

Comments
 (0)