Skip to content

Commit

Permalink
docs: bump version to 0.1.5 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 17, 2020
1 parent 1d42368 commit 75fd3e5
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.1.4")
implementation("org.jire", "kna", "0.1.5")
```

Gradle Groovy:

```groovy
implementation 'org.jire:kna:0.1.4'
implementation 'org.jire:kna:0.1.5'
```

---
Expand Down

0 comments on commit 75fd3e5

Please sign in to comment.