Skip to content

Commit 8edd1c1

Browse files
github-actions[bot]fadi-george
authored andcommitted
Release 1.0.3
1 parent 08d237c commit 8edd1c1

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
@@ -134,7 +134,7 @@ class OneSignalCapacitorPlugin : Plugin(),
134134
initialized = true
135135

136136
OneSignalWrapper.sdkType = "capacitor"
137-
OneSignalWrapper.sdkVersion = "010002"
137+
OneSignalWrapper.sdkVersion = "010003"
138138
OneSignal.initWithContext(context, appId)
139139

140140
// If the SDK was initialized from a non-Activity context (FCM/work

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 = "010002"
113+
OneSignalWrapper.sdkVersion = "010003"
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.0.2",
3+
"version": "1.0.3",
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)