Changed version to 1.0.0

This commit is contained in:
Geert Bevin 2023-01-01 01:49:49 -05:00
parent 8bf54f8eca
commit 73942dcd49
2 changed files with 2 additions and 2 deletions

View file

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