Skip to content

Commit

Permalink
update version to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoares committed Mar 8, 2024
1 parent 128371d commit eaaf0a2
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 @@ -15,7 +15,7 @@ To get started, use
the [library's latest version](https://search.maven.org/artifact/com.luissoares/selenium-testing-library):

```kotlin
implementation("com.luissoares:selenium-testing-library:4.1.2")
implementation("com.luissoares:selenium-testing-library:4.1.3")
```

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

version = "4.1.2"
version = "4.1.3"
group = "com.luissoares"

publishing {
Expand Down

0 comments on commit eaaf0a2

Please sign in to comment.