diff --git a/README.md b/README.md index 85db92f..9733664 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ And then add the dependency: ```groovy dependencies { - compile 'com.github.sertain:sertain:0.0.9' + compile 'com.github.sertain:sertain:0.0.10' } ``` diff --git a/build.gradle b/build.gradle index ddc90d7..b5389e7 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ allprojects { groupId "org.sert2521" artifactId project.name - version "0.0.9" + version "0.0.10" artifact "$buildDir/libs/${project.name}.jar" artifact sourcesJar