Skip to content

Commit

Permalink
Pushwoosh iOS SDK updated to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Oct 10, 2016
1 parent d387b29 commit 4eafca0
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].1
cordova plugin add [email protected].2
```

Using git:

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

### 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.2.2
=========================
Pushwoosh iOS SDK updated to 4.1.5
Current version: 6.2.1
=========================
Fixed referencing non-public errorMessage: selector to pass project validation on iOS
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.2.1",
"version": "6.2.2",
"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.2.1">
<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.2.2">

<name>Pushwoosh</name>

Expand Down

0 comments on commit 4eafca0

Please sign in to comment.