Skip to content

Commit

Permalink
Update version to 4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoares committed Feb 27, 2024
1 parent 3917181 commit 74954f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the [library's latest version at Maven Central](https://search.maven.org/artifac
Then, copy the declaration for your build tool. E.g.:

```kotlin
implementation("com.luissoares:selenium-testing-library:3.7.8")
implementation("com.luissoares:selenium-testing-library:4.0.0-beta")
```

---
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java {
withJavadocJar()
}

version = "3.7.8"
version = "4.0.0-beta"
group = "com.luissoares"

publishing {
Expand Down

0 comments on commit 74954f4

Please sign in to comment.