Skip to content

Commit

Permalink
Increment version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Krullmann committed May 8, 2021
1 parent 0524135 commit 5e97efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Base62 Library
:version: 1.0.0
:version: 1.1.0
:groupId: org.unbroken-dome.base62
:artifactId: base62

Expand All @@ -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"]
----
<dependency>
<groupId>org.unbroken-dome.base62</groupId>
<artifactId>base62</artifactId>
<version>1.0.0</version>
<version>{version}</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e97efc

Please sign in to comment.