Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jan 7, 2023
1 parent 53a9f6a commit 4191207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {

description = "A simple defensive library to encode/decode URL components"
group = "net.thauvin.erik"
version = "1.3.0-SNAPSHOT"
version = "1.3.0"


val mavenName = "UrlEncoder"
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>urlencoder</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>UrlEncoder for Kotlin</name>
<description>A simple defensive library to encode/decode URL components</description>
<url>https://github.com/ethauvin/urlencoder</url>
Expand Down

0 comments on commit 4191207

Please sign in to comment.