Skip to content

Commit

Permalink
Merge pull request #1026 from OneSignal/rel/3.3.3
Browse files Browse the repository at this point in the history
Release 3.3.3
  • Loading branch information
nan-li authored Oct 9, 2024
2 parents 21f02d1 + 1a73af7 commit 2189221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.2",
"version": "3.3.3",
"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
"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.",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="onesignal-cordova-plugin"
version="3.3.2">
version="3.3.3">

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

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

<config-file target="res/xml/config.xml" parent="/*">
Expand Down Expand Up @@ -76,7 +76,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="OneSignalXCFramework" spec="3.12.9" />
<pod name="OneSignalXCFramework" spec="3.12.10" />
</pods>
</podspec>

Expand Down

0 comments on commit 2189221

Please sign in to comment.