Version 1.6.0
This commit is contained in:
parent
c69d7b7076
commit
9e60b31f9e
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik.urlencoder:urlencoder-lib:1.5.0")
|
||||
implementation("net.thauvin.erik.urlencoder:urlencoder-lib:1.6.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -71,7 +71,7 @@ to the artifact URL.
|
|||
<dependency>
|
||||
<groupId>net.thauvin.erik.urlencoder</groupId>
|
||||
<artifactId>urlencoder-lib-jvm</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.6.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "net.thauvin.erik.urlencoder"
|
||||
version = "1.6.0-SNAPSHOT"
|
||||
version = "1.6.0"
|
||||
|
||||
dependencies {
|
||||
kover(projects.urlencoderLib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue