Skip to content

Commit c85012e

Browse files
committed
Update version to 4.1
1 parent 1ced9ad commit c85012e

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
@@ -13,7 +13,7 @@ I'm a fan of the Testing Library because it encourages "testing as a user":
1313
Use the [library's latest version](https://search.maven.org/artifact/com.luissoares/selenium-testing-library):
1414

1515
```kotlin
16-
implementation("com.luissoares:selenium-testing-library:4.0.1")
16+
implementation("com.luissoares:selenium-testing-library:4.1")
1717
```
1818

1919
---

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ java {
3434
withJavadocJar()
3535
}
3636

37-
version = "4.0.1"
37+
version = "4.1"
3838
group = "com.luissoares"
3939

4040
publishing {

0 commit comments

Comments
 (0)