Version 1.3.0
This commit is contained in:
parent
53a9f6a4ac
commit
41912076b0
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue