Skip to content

Commit

Permalink
2.11.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezp committed Aug 25, 2020
1 parent f0e8290 commit cbcd1ce
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.0",
"version": "2.11.1",

"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.0">
version="2.11.1">

<name>OneSignal Push Notifications</name>
<author>Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio</author>
Expand All @@ -26,7 +26,7 @@
</engines>

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

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

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

Expand Down

0 comments on commit cbcd1ce

Please sign in to comment.