diff --git a/README.md b/README.md index 0fd8962..383fa9f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.alecstrong:cocoapods-gradle-plugin:0.1.0' + classpath 'com.alecstrong:cocoapods-gradle-plugin:0.2.0' } } diff --git a/gradle.properties b/gradle.properties index 7a6f099..0a8ece1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.alecstrong -VERSION_NAME=0.2.0-SNAPSHOT +VERSION_NAME=0.2.0 POM_URL=https://github.com/AlecStrong/kotlin-native-cocoapods/ POM_SCM_URL=https://github.com/AlecStrong/kotlin-native-cocoapods/