Skip to content

Commit bf65459

Browse files
author
Jenkins CI
committed
1 parent 068bd70 commit bf65459

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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].27
17+
cordova plugin add [email protected].28
1818
```
1919

2020
Using git:
2121

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

2626
#### Phonegap
2727

2828
Using npm (requires phonegap 7.1+):
2929

3030
```
31-
cordova plugin add [email protected].27
31+
cordova plugin add [email protected].28
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].27
17+
cordova plugin add [email protected].28
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.27",
3+
"version": "8.3.28",
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

+9-9
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.27">
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">
33

44
<name>Pushwoosh</name>
55

@@ -77,13 +77,13 @@
7777
<framework src="com.github.bumptech.glide:glide:4.10.0" />
7878
<framework src="org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.60" />
7979

80-
<framework src="com.pushwoosh:pushwoosh:6.7.10"/>
81-
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.10"/>
82-
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.10"/>
83-
<framework src="com.pushwoosh:pushwoosh-badge:6.7.10"/>
84-
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.10"/>
85-
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.10"/>
86-
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.10"/>
80+
<framework src="com.pushwoosh:pushwoosh:6.7.12"/>
81+
<framework src="com.pushwoosh:pushwoosh-amazon:6.7.12"/>
82+
<framework src="com.pushwoosh:pushwoosh-firebase:6.7.12"/>
83+
<framework src="com.pushwoosh:pushwoosh-badge:6.7.12"/>
84+
<framework src="com.pushwoosh:pushwoosh-inbox:6.7.12"/>
85+
<framework src="com.pushwoosh:pushwoosh-inbox-ui:6.7.12"/>
86+
<framework src="com.pushwoosh:pushwoosh-huawei:6.7.12"/>
8787
</platform>
8888

8989
<!-- ios -->
@@ -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.5.13" />
128+
<pod name="PushwooshXCFramework" spec="6.6.1" />
129129
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
130130
</pods>
131131
</podspec>

0 commit comments

Comments
 (0)