Skip to content

Commit

Permalink
docs: bump version to 0.2.1 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 21, 2020
1 parent 0c1c678 commit b94e04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Then add the KNA dependency:
Gradle Kotlin:

```kotlin
implementation("org.jire", "kna", "0.2.0")
implementation("org.jire", "kna", "0.2.1")
```

Gradle Groovy:

```groovy
implementation 'org.jire:kna:0.2.0'
implementation 'org.jire:kna:0.2.1'
```

---
Expand Down

0 comments on commit b94e04f

Please sign in to comment.