diff --git a/README.md b/README.md index ec905dda..a426e3ee 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap Using npm (requires cordova 7.0+): ``` -cordova plugin add pushwoosh-cordova-plugin@8.3.25 +cordova plugin add pushwoosh-cordova-plugin@8.3.26 ``` Using git: ``` -cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.25 +cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.26 ``` #### Phonegap @@ -29,7 +29,7 @@ cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8. Using npm (requires phonegap 7.1+): ``` -cordova plugin add pushwoosh-cordova-plugin@8.3.25 +cordova plugin add pushwoosh-cordova-plugin@8.3.26 ``` ### Guide diff --git a/README_PGB.md b/README_PGB.md index 282efb52..cc155414 100644 --- a/README_PGB.md +++ b/README_PGB.md @@ -14,7 +14,7 @@ Cross-Platform push notifications by Pushwoosh for PhoneGap Using npm (requires cordova 5.0+): ``` -cordova plugin add pushwoosh-pgb-plugin@8.3.25 +cordova plugin add pushwoosh-pgb-plugin@8.3.26 ``` ### Guide diff --git a/libs/android/googleservices-build.gradle b/libs/android/googleservices-build.gradle index 0813f68d..80c12e20 100644 --- a/libs/android/googleservices-build.gradle +++ b/libs/android/googleservices-build.gradle @@ -20,7 +20,7 @@ String getVersion() { return compileSdkVersion >= 28 ? "28.0.0" : "27.+" } -ext.pushwoosh = "6.7.4" +ext.pushwoosh = "6.7.7" // Defer the definition of the dependencies to the end // of the "configuration" phase from the app build.gradle file diff --git a/package.json b/package.json index fa9692ba..4d3ee809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-cordova-plugin", - "version": "8.3.25-OS", + "version": "8.3.26-OS", "description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ", "main":"www/PushNotification.js", "typings":"types/index.d.ts", diff --git a/plugin.xml b/plugin.xml index effb9583..b58f2cf0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Pushwoosh @@ -106,7 +106,7 @@ - +