Skip to content

Commit 4e8f522

Browse files
committed
v0.1.10
1 parent ad8365a commit 4e8f522

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.9")
40+
implementation("dev.kdriver:core:0.1.10")
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.9"
8+
version = "0.1.10"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)