diff --git a/README.md b/README.md index 15f386f..c1d7050 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To start using Therlock in your project, add the dependency. com.conena.therlock therlock - 1.0.0 + 1.1.0 ``` @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation 'com.conena.therlock:therlock:1.0.0' + implementation 'com.conena.therlock:therlock:1.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index 0adf6d8..cb83c5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.conena.therlock -VERSION_NAME=1.0.0 +VERSION_NAME=1.1.0 POM_URL=https://github.com/conena/therlock