Skip to content

Commit c6d85f4

Browse files
github-actions[bot]fadi-george
authored andcommitted
Release 1.1.1
1 parent 4773b03 commit c6d85f4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/src/main/kotlin/com/onesignal/capacitor/OneSignalCapacitorPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class OneSignalCapacitorPlugin : Plugin(),
140140
initialized = true
141141

142142
OneSignalWrapper.sdkType = "capacitor"
143-
OneSignalWrapper.sdkVersion = "010100"
143+
OneSignalWrapper.sdkVersion = "010101"
144144
OneSignal.initWithContext(context, appId)
145145

146146
OneSignal.Notifications.addPermissionObserver(permissionObserver)

ios/Sources/OneSignalCapacitorPlugin/OneSignalCapacitorPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class OneSignalCapacitorPlugin: CAPPlugin, CAPBridgedPlugin {
110110
initialized = true
111111

112112
OneSignalWrapper.sdkType = "capacitor"
113-
OneSignalWrapper.sdkVersion = "010100"
113+
OneSignalWrapper.sdkVersion = "010101"
114114
// OSCapacitorLaunchOptions's +load captures the dictionary from
115115
// UIApplicationDidFinishLaunchingNotification at process start (before
116116
// main()), so cold-start notification taps that arrive via launchOptions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onesignal/capacitor-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "OneSignal is a high volume Push Notification service for mobile apps. This is the pure Capacitor plugin for OneSignal, providing push notifications, in-app messaging, and more.",
55
"keywords": [
66
"apns",

0 commit comments

Comments
 (0)