Skip to content

Commit 74954f4

Browse files
committed
Update version to 4.0.0-beta
1 parent 3917181 commit 74954f4

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:3.7.8")
19+
implementation("com.luissoares:selenium-testing-library:4.0.0-beta")
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 = "3.7.8"
32+
version = "4.0.0-beta"
3333
group = "com.luissoares"
3434

3535
publishing {

0 commit comments

Comments
 (0)