Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Oct 19, 2024
1 parent c69d7b7 commit 9e60b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -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>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thauvin.erik.urlencoder"
version = "1.6.0-SNAPSHOT"
version = "1.6.0"

dependencies {
kover(projects.urlencoderLib)
Expand Down

0 comments on commit 9e60b31

Please sign in to comment.