diff --git a/CHANGELOG.md b/CHANGELOG.md index 81579e0b4..9f327975e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 3.0.4 +* Bump min version of cordova-plugin-cocoapod-supportx to 1.7.1 which supports using a plugin variable to specify the `ios-min-version` in `` + # Version 3.0.3 * Implement didReceiveRegistrationToken delegate for iOS. Resolves [#16](https://github.com/dpa99c/cordova-plugin-firebase/issues/16). * Document dependency on Cocoapods. Resolves [#15](https://github.com/dpa99c/cordova-plugin-firebase/issues/15). diff --git a/package.json b/package.json index 1f56f6351..e9a43eed0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/dpa99c/cordova-plugin-firebase" }, "name": "cordova-plugin-firebasex", - "version": "3.0.3", + "version": "3.0.4", "description": "Cordova plugin for Google Firebase", "cordova": { "id": "cordova-plugin-firebase", diff --git a/plugin.xml b/plugin.xml index 12a31e869..a0316af01 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Google Firebase Plugin