diff --git a/README.md b/README.md index c7b9ba6..f936b0f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the dependency to your `build.grandle` file as follows: ```groovy dependencies { - implementation 'app.knock.api:knock-client:0.2.9' + implementation 'app.knock.api:knock-client:0.2.10' } ``` @@ -22,7 +22,7 @@ Or to your `maven.xml` file: app.knock.api knock-client - 0.2.9 + 0.2.10 diff --git a/gradle.properties b/gradle.properties index b7edb36..1053262 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=0.2.9-SNAPSHOT +version=0.2.10-SNAPSHOT repo.releases.url=https://s01.oss.sonatype.org/service/local/ repo.snapshots.url=https://s01.oss.sonatype.org/content/repositories/snapshots/