diff --git a/README.adoc b/README.adoc index 9f63335..7c0c5e0 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ = Base62 Library -:version: 1.0.0 +:version: 1.1.0 :groupId: org.unbroken-dome.base62 :artifactId: base62 @@ -26,12 +26,12 @@ whose length is a multiple of 11. The library is available through https://bintray.com/bintray/jcenter[JCenter]. .pom.xml -[source,xml] +[source,xml,subs="+attributes"] ---- org.unbroken-dome.base62 base62 - 1.0.0 + {version} ---- diff --git a/gradle.properties b/gradle.properties index 4556436..99cbc60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.unbroken-dome.base62 -version=1.0.0 +version=1.1.0 projectName=Base62 projectDescription=A library for encoding and decoding Base-62