From 9ae6fc8dbad02ca0d17d1f0d2f5ade7047574623 Mon Sep 17 00:00:00 2001 From: Alec Strong Date: Sat, 26 Jan 2019 21:52:46 -0500 Subject: [PATCH] Prepare for release 0.2.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/