Skip to content

Commit

Permalink
Update README.md for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond authored Feb 23, 2024
1 parent 6d9e015 commit 3779677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Build](https://github.com/jordond/materialkolor/actions/workflows/ci.yml/badge.svg)](https://github.com/jordond/materialkolor/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/jordond/MaterialKolor)](https://opensource.org/license/mit/)

[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-1.6.0--rc02-blue)](https://github.com/JetBrains/compose-multiplatform)
[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-1.6.0--rc03-blue)](https://github.com/JetBrains/compose-multiplatform)
![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat)
![badge-ios](http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat)
![badge-desktop](http://img.shields.io/badge/platform-desktop-DB413D.svg?style=flat)
Expand Down Expand Up @@ -74,7 +74,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("com.materialkolor:material-kolor:1.4.0-rc02")
implementation("com.materialkolor:material-kolor:1.4.0-rc03")
}
}
}
Expand All @@ -87,15 +87,15 @@ For an Android only project, add the dependency to app level `build.gradle.kts`:

```kotlin
dependencies {
implementation("com.materialkolor:material-kolor:1.4.0-rc02")
implementation("com.materialkolor:material-kolor:1.4.0-rc03")
}
```

### Version Catalog

```toml
[versions]
materialKolor = "1.4.0-rc02"
materialKolor = "1.4.0-rc03"

[libraries]
materialKolor = { module = "com.materialkolor:material-kolor", version.ref = "materialKolor" }
Expand Down

0 comments on commit 3779677

Please sign in to comment.