Skip to content

Commit

Permalink
Publish: [Android] Pushwoosh SDK 4.6.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 2, 2016
1 parent 063cce3 commit 22dc9e3
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 [email protected].0
cordova plugin add [email protected].1
```

Using git:

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

### 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.0.1
=========================
Publish: [Android] Pushwoosh SDK 4.6.3 update
Current version: 6.0.0
=========================
Unified registerDevice response
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.0",
"version": "6.0.1",
"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.0">
<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.1">

<name>Pushwoosh</name>

Expand Down

0 comments on commit 22dc9e3

Please sign in to comment.