Skip to content

Commit

Permalink
Update README.md with version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Jan 26, 2025
1 parent b48eeeb commit 5c5f271
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 @@ -2,7 +2,7 @@
<br />

![Maven Central](https://img.shields.io/maven-central/v/com.materialkolor/material-kolor)
[![Kotlin](https://img.shields.io/badge/kotlin-v2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-v2.1.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![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/)

Expand Down Expand Up @@ -73,7 +73,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("com.materialkolor:material-kolor:2.0.0")
implementation("com.materialkolor:material-kolor:2.0.1")
}
}
}
Expand All @@ -86,15 +86,15 @@ For an Android only project, add the dependency to app level `build.gradle.kts`:

```kotlin
dependencies {
implementation("com.materialkolor:material-kolor:2.0.0")
implementation("com.materialkolor:material-kolor:2.0.1")
}
```

### Version Catalog

```toml
[versions]
materialKolor = "2.0.0"
materialKolor = "2.0.1"

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

0 comments on commit 5c5f271

Please sign in to comment.