diff --git a/README.md b/README.md index a713315..2c7e903 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ TtleOsis works on Android 5.0+ (API level 21+) and Java 8+. Releases -------- ```groovy -implementation 'com.github.y4n9b0:ttleosis:1.0.0' +implementation 'com.github.y4n9b0:ttleosis:1.0.1' ``` The latest release is available on [JitPack](https://jitpack.io/#y4n9b0/ttleosis), diff --git a/lib/build.gradle b/lib/build.gradle index aaf1d83..d6a1cda 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -35,6 +35,6 @@ dependencies { ext { releaseArtifactId = 'ttleosis' - releaseVersion = '1.0.0' + releaseVersion = '1.0.1' } apply from: "${rootDir}/mvn-publish.gradle" \ No newline at end of file