Skip to content

Commit

Permalink
Release commit beta cut 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeasmine committed Apr 30, 2021
1 parent 64e628a commit 000f0fe
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": "2.11.3",
"version": "3.0.0-beta1",

"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
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="2.11.3">
version="3.0.0-beta1">

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

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

<config-file target="res/xml/config.xml" parent="/*">
Expand Down Expand Up @@ -71,7 +71,7 @@
<string>production</string>
</config-file>

<framework src="OneSignal" type="podspec" spec="3.4.0" />
<framework src="OneSignal" type="podspec" spec="3.4.3" />
<header-file src="src/ios/OneSignalPush.h" />
<source-file src="src/ios/OneSignalPush.m" />

Expand Down

0 comments on commit 000f0fe

Please sign in to comment.