We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c751b1 commit fc7d98aCopy full SHA for fc7d98a
README.md
@@ -16,7 +16,7 @@ the [library's latest version at Maven Central](https://search.maven.org/artifac
16
Then, copy the declaration for your build tool. E.g.:
17
18
```kotlin
19
-implementation("com.luissoares:selenium-testing-library:4.0.0")
+implementation("com.luissoares:selenium-testing-library:4.0.1")
20
```
21
22
---
lib/build.gradle.kts
@@ -29,7 +29,7 @@ java {
29
withJavadocJar()
30
}
31
32
-version = "4.0.0"
+version = "4.0.1"
33
group = "com.luissoares"
34
35
publishing {
0 commit comments