Skip to content

Commit

Permalink
docs: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 17, 2020
1 parent 27dea02 commit 9d1d314
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.1")
implementation("org.jire", "kna", "0.1.2")
```

Gradle Groovy:

```groovy
implementation 'org.jire:kna:0.1.1'
implementation 'org.jire:kna:0.1.2'
```

---
Expand Down

0 comments on commit 9d1d314

Please sign in to comment.