diff --git a/README.md b/README.md index e8c0dfae..240985cf 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap Using npm (requires cordova 5.0+): ``` -cordova plugin add pushwoosh-cordova-plugin@6.0.2 +cordova plugin add pushwoosh-cordova-plugin@6.1.0 ``` Using git: ``` -cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#6.0.2 +cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#6.1.0 ``` ### Guide diff --git a/VERSION.md b/VERSION.md index f1eb9668..45902461 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,3 +1,6 @@ +Current version: 6.1.0 +========================= +Publish: Push notification receive event Current version: 6.0.2 ========================= Publish: [Android] Wrap special characters when evaluating url statement diff --git a/package.json b/package.json index 65e2b812..36eeeb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-cordova-plugin", - "version": "6.0.2", + "version": "6.1.0", "description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ", "cordova": { "id": "pushwoosh-cordova-plugin", diff --git a/plugin.xml b/plugin.xml index abc0ce46..d0b1b82f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Pushwoosh