Skip to content

Commit bc31e92

Browse files
author
Jenkins CI
committed
1 parent 6e0b590 commit bc31e92

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
1414
Using npm (requires cordova 7.0+):
1515

1616
```
17-
cordova plugin add [email protected].28
17+
cordova plugin add [email protected].29
1818
```
1919

2020
Using git:
2121

2222
```
23-
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.28
23+
cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#8.3.29
2424
```
2525

2626
#### Phonegap
2727

2828
Using npm (requires phonegap 7.1+):
2929

3030
```
31-
cordova plugin add [email protected].28
31+
cordova plugin add [email protected].29
3232
```
3333

3434
### Guide

README_PGB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cross-Platform push notifications by Pushwoosh for PhoneGap
1414
Using npm (requires cordova 5.0+):
1515

1616
```
17-
cordova plugin add [email protected].28
17+
cordova plugin add [email protected].29
1818
```
1919

2020
### Guide

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pushwoosh-cordova-plugin",
3-
"version": "8.3.28",
3+
"version": "8.3.29",
44
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
55
"main":"www/PushNotification.js",
66
"typings":"types/index.d.ts",

plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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="8.3.28">
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="8.3.29">
33

44
<name>Pushwoosh</name>
55

@@ -125,7 +125,7 @@
125125
<source url="https://github.com/CocoaPods/Specs.git"/>
126126
</config>
127127
<pods use-frameworks="true">
128-
<pod name="PushwooshXCFramework" spec="6.6.1" />
128+
<pod name="PushwooshXCFramework" spec="6.7.0" />
129129
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
130130
</pods>
131131
</podspec>

0 commit comments

Comments
 (0)