diff --git a/README.md b/README.md index 151488d..63ac793 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following to the buildscript section: ```groovy buildscript { dependencies { - classpath 'co.touchlab:kotlinnativecocoapods:0.x' + classpath 'co.touchlab:kotlinnativecocoapods:0.10' } } ``` diff --git a/gradle.properties b/gradle.properties index 1ed7188..ffc9061 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=co.touchlab -VERSION_NAME=0.9 +VERSION_NAME=0.10 POM_URL=https://github.com/touchlab/KotlinCocoapods/ POM_SCM_URL=https://github.com/touchlab/KotlinCocoapods/