Skip to content

Commit

Permalink
library: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Nov 20, 2024
1 parent 80829c3 commit cca0d85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Miuix

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

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

> This library is experimental, any API would be changed in the future without any notification.
[![License](https://img.shields.io/github/license/miuix-kotlin-multiplatform/miuix)](LICENSE)
[![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)

### Start

```
Expand All @@ -19,8 +24,6 @@ kotlin {
}
```

[![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)

### Usage

```
Expand Down Expand Up @@ -48,4 +51,4 @@ fun App() {

### Screenshot

[![demo](https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true)](#)
[![demo](https://github.com/miuix-kotlin-multiplatform/miuix/blob/main/screenshot/demo.png?raw=true)]()
3 changes: 1 addition & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

val appName = "Miuix"
val pkgName = "top.yukonga.miuix.uitest"
val verName = "1.0.2"
val verName = "1.0.3"
val verCode = getVersionCode()
val xcf = XCFramework(appName + "Framework")

Expand Down Expand Up @@ -235,4 +235,3 @@ tasks.register<Exec>("assembleMiuixMacosUniversalReleaseBinary") {
group = "macos native"
description = "Build macOS universal binary"
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "top.yukonga.miuix.kmp"
version = "0.2.9"
version = "0.3.0"
}
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 cca0d85

Please sign in to comment.