Skip to content

Commit

Permalink
Pushwoosh Cordova Plugin 8.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 21, 2024
1 parent 6c1b6ac commit b0a6b10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap
Using npm (requires cordova 7.0+):

```
cordova plugin add [email protected].31
cordova plugin add [email protected].32
```

Using git:

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

#### Phonegap

Using npm (requires phonegap 7.1+):

```
cordova plugin add [email protected].31
cordova plugin add [email protected].32
```

### Guide
Expand Down
2 changes: 1 addition & 1 deletion README_PGB.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cross-Platform push notifications by Pushwoosh for PhoneGap
Using npm (requires cordova 5.0+):

```
cordova plugin add [email protected].31
cordova plugin add [email protected].32
```

### Guide
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": "8.3.31",
"version": "8.3.32",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"main":"www/PushNotification.js",
"typings":"types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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="8.3.31">
<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.32">

<name>Pushwoosh</name>

Expand Down Expand Up @@ -125,7 +125,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="PushwooshXCFramework" spec="6.6.1" />
<pod name="PushwooshXCFramework" spec="6.7.4" />
<pod name="PushwooshInboxUIXCFramework" spec="6.1.2" />
</pods>
</podspec>
Expand Down

0 comments on commit b0a6b10

Please sign in to comment.