Skip to content

Commit 7e4d82d

Browse files
committed
v0.1.17
1 parent f394745 commit 7e4d82d

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
@@ -39,7 +39,7 @@ To use kdriver, add the following to your `build.gradle.kts`:
3939

4040
```kotlin
4141
dependencies {
42-
implementation("dev.kdriver:core:0.1.16")
42+
implementation("dev.kdriver:core:0.1.17")
4343
}
4444
```
4545

build.gradle.kts

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

77
allprojects {
88
group = "dev.kdriver"
9-
version = "0.1.16"
9+
version = "0.1.17"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)