Skip to content

Commit 38ae248

Browse files
committed
update version to 4.1.2
1 parent c234f49 commit 38ae248

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
@@ -15,7 +15,7 @@ To get started, use
1515
the [library's latest version](https://search.maven.org/artifact/com.luissoares/selenium-testing-library):
1616

1717
```kotlin
18-
implementation("com.luissoares:selenium-testing-library:4.1.1")
18+
implementation("com.luissoares:selenium-testing-library:4.1.2")
1919
```
2020

2121
Now you can use the library:

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.1.1"
37+
version = "4.1.2"
3838
group = "com.luissoares"
3939

4040
publishing {

0 commit comments

Comments
 (0)