Skip to content

Commit 18a6552

Browse files
committed
docs: bump version to 0.1.3 in README.md
1 parent 3a71e09 commit 18a6552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Then add the KNA dependency:
3131
Gradle Kotlin:
3232

3333
```kotlin
34-
implementation("org.jire", "kna", "0.1.2")
34+
implementation("org.jire", "kna", "0.1.3")
3535
```
3636

3737
Gradle Groovy:
3838

3939
```groovy
40-
implementation 'org.jire:kna:0.1.2'
40+
implementation 'org.jire:kna:0.1.3'
4141
```
4242

4343
---

0 commit comments

Comments
 (0)