Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Prepare for release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova committed Mar 13, 2019
1 parent ee80d6c commit fcabf75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit fcabf75

Please sign in to comment.