Skip to content

Commit b62137d

Browse files
committed
v0.1.6
1 parent d9d8448 commit b62137d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use kdriver, add the following to your `build.gradle.kts`:
3737

3838
```kotlin
3939
dependencies {
40-
implementation("dev.kdriver:core:0.1.5")
40+
implementation("dev.kdriver:core:0.1.6")
4141
}
4242
```
4343

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = "dev.kdriver"
8-
version = "0.1.5"
8+
version = "0.1.6"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)