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 5518c39 commit a4499cdCopy full SHA for a4499cd
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-beta")
+implementation("com.luissoares:selenium-testing-library:4.0.0")
20
```
21
22
---
lib/build.gradle.kts
@@ -29,7 +29,7 @@ java {
29
withJavadocJar()
30
}
31
32
-version = "4.0.0-beta"
+version = "4.0.0"
33
group = "com.luissoares"
34
35
publishing {
0 commit comments