Version 1.0.0
This commit is contained in:
parent
75b540c7ee
commit
ac5f8e5334
3 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ plugins {
|
|||
|
||||
description = "A simple library to encode/decode URL parameters"
|
||||
group = "net.thauvin.erik"
|
||||
version = "0.9-SNAPSHOT"
|
||||
version = "1.0.0"
|
||||
|
||||
|
||||
val mavenName = "UrlEncoder"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>urlencoder</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<name>UrlEncoder</name>
|
||||
<description>A simple library to encode/decode URL parameters</description>
|
||||
<url>https://github.com/ethauvin/urlencoder</url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue