diff --git a/README.md b/README.md index 81d02fa..2902230 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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") } } } @@ -87,7 +87,7 @@ 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") } ``` @@ -95,7 +95,7 @@ dependencies { ```toml [versions] -materialKolor = "1.4.0-rc02" +materialKolor = "1.4.0-rc03" [libraries] materialKolor = { module = "com.materialkolor:material-kolor", version.ref = "materialKolor" }