Updated version number in readme

This commit is contained in:
Geert Bevin 2023-01-03 13:05:16 -05:00
parent 23707b9d18
commit 444175e01a

View file

@ -41,7 +41,7 @@ To use with [Gradle](https://gradle.org/), include the following dependency in y
```gradle
dependencies {
implementation("com.uwyn:urlencoder:1.0.0")
implementation("com.uwyn:urlencoder:1.1.0")
}
```