Skip to content

Commit 496470b

Browse files
committed
v0.5.3
1 parent ded41b3 commit 496470b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

4848
```kotlin
4949
dependencies {
50-
implementation("dev.kdriver:core:0.5.2")
50+
implementation("dev.kdriver:core:0.5.3")
5151
}
5252
```
5353

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.5.2"
9+
version = "0.5.3"
1010
project.ext.set("url", "https://github.com/cdpdriver/kdriver")
1111
project.ext.set("license.name", "Apache 2.0")
1212
project.ext.set("license.url", "https://www.apache.org/licenses/LICENSE-2.0.txt")

docs/home/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install, add the dependency to your `build.gradle.kts`:
1212

1313
```kotlin
1414
dependencies {
15-
implementation("dev.kdriver:core:0.5.2")
15+
implementation("dev.kdriver:core:0.5.3")
1616
}
1717
```
1818

0 commit comments

Comments
 (0)