Skip to content

Commit

Permalink
Pushwoosh Cordova Plugin 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 18, 2017
1 parent 56657eb commit de3c66f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm (requires cordova 5.0+):

```
cordova plugin add pushwoosh-cordova-plugin@7.0.2
cordova plugin add pushwoosh-cordova-plugin@7.0.3
```

Using git:

```
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#7.0.2
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#7.0.3
```

### Guide
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pushwoosh-cordova-plugin",
"version": "7.0.2",
"version": "7.0.3",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"cordova": {
"id": "pushwoosh-cordova-plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="7.0.2">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="pushwoosh-cordova-plugin" version="7.0.3">

<name>Pushwoosh</name>

Expand Down

0 comments on commit de3c66f

Please sign in to comment.