Skip to content

Commit 2189221

Browse files
authored
Merge pull request #1026 from OneSignal/rel/3.3.3
Release 3.3.3
2 parents 21f02d1 + 1a73af7 commit 2189221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.2",
2+
"version": "3.3.3",
33
"name": "onesignal-cordova-plugin",
44
"cordova_name": "OneSignal Push Notifications",
55
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="onesignal-cordova-plugin"
5-
version="3.3.2">
5+
version="3.3.3">
66

77
<name>OneSignal Push Notifications</name>
88
<author>Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio</author>
@@ -30,7 +30,7 @@
3030
<js-module src="dist/OSNotification.js" name="OSNotification" />
3131

3232
<platform name="android">
33-
<framework src="com.onesignal:OneSignal:4.8.8" />
33+
<framework src="com.onesignal:OneSignal:4.8.10" />
3434
<framework src="build-extras-onesignal.gradle" custom="true" type="gradleReference" />
3535

3636
<config-file target="res/xml/config.xml" parent="/*">
@@ -76,7 +76,7 @@
7676
<source url="https://cdn.cocoapods.org/"/>
7777
</config>
7878
<pods use-frameworks="true">
79-
<pod name="OneSignalXCFramework" spec="3.12.9" />
79+
<pod name="OneSignalXCFramework" spec="3.12.10" />
8080
</pods>
8181
</podspec>
8282

0 commit comments

Comments
 (0)