diff --git a/README.md b/README.md index 35ff003..48490f9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can [download](https://bintray.com/ericktijerou/maven/koleton/_latestVersion ```gradle // In your module's `build.gradle.kts` dependencies { - implementation("com.ericktijerou.koleton:koleton:0.8.1") + implementation("com.ericktijerou.koleton:koleton:0.8.2") } ``` diff --git a/gradle.properties b/gradle.properties index 2928503..fd0517f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,4 +27,4 @@ compileSdk=29 groupId=com.ericktijerou.koleton vcsUrl=https://github.com/ericktijerou/koleton issueTrackerUrl=https://github.com/ericktijerou/koleton/issues -publishVersion=0.8.1 \ No newline at end of file +publishVersion=0.8.2 \ No newline at end of file