Skip to content

Commit

Permalink
Publish: Push notification receive event
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 15, 2016
1 parent c809240 commit 27f5318
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -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
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": "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",
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="6.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="6.1.0">

<name>Pushwoosh</name>

Expand Down

0 comments on commit 27f5318

Please sign in to comment.