diff --git a/CHANGELOG.md b/CHANGELOG.md index 049bd09..212e9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 0.3.2 *(2019-03-13)* +---------------------------- + +* Fix: Bundle dSYM's for release builds that supply the "-g" compiler arg +* Fix: Make the lipo task incremental + Version 0.3.1 *(2019-02-13)* ---------------------------- diff --git a/README.md b/README.md index 0ca4835..2a8c7b7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.alecstrong:cocoapods-gradle-plugin:0.3.1' + classpath 'com.alecstrong:cocoapods-gradle-plugin:0.3.2' } } diff --git a/gradle.properties b/gradle.properties index e9ff4c9..ab02d21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.alecstrong -VERSION_NAME=0.4.0-SNAPSHOT +VERSION_NAME=0.3.2 POM_URL=https://github.com/AlecStrong/kotlin-native-cocoapods/ POM_SCM_URL=https://github.com/AlecStrong/kotlin-native-cocoapods/