diff --git a/README.md b/README.md index 66fe311..1a9687a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ And then add the dependency: ```groovy dependencies { - compile 'org.sert2521.sertain:core:1.2.0' + compile 'org.sert2521.sertain:core:1.2.1' } ``` diff --git a/build.gradle b/build.gradle index 99955a6..49ef78c 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ allprojects { groupId "org.sert2521" artifactId project.name - version "1.2.0" + version "1.2.1" artifact "$buildDir/libs/${project.name}.jar" artifact sourcesJar