Skip to content

Commit fc7d98a

Browse files
committed
Update version to 4.0.1
1 parent 5c751b1 commit fc7d98a

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
@@ -16,7 +16,7 @@ the [library's latest version at Maven Central](https://search.maven.org/artifac
1616
Then, copy the declaration for your build tool. E.g.:
1717

1818
```kotlin
19-
implementation("com.luissoares:selenium-testing-library:4.0.0")
19+
implementation("com.luissoares:selenium-testing-library:4.0.1")
2020
```
2121

2222
---

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ java {
2929
withJavadocJar()
3030
}
3131

32-
version = "4.0.0"
32+
version = "4.0.1"
3333
group = "com.luissoares"
3434

3535
publishing {

0 commit comments

Comments
 (0)