Skip to content

Commit d3d5dc2

Browse files
onesignal-deploygithub-actions[bot]
andauthored
chore: Release 1.1.6 (#40)
Co-authored-by: github-actions[bot] <noreply@onesignal.com>
1 parent 487053f commit d3d5dc2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compileSdk = "36"
2525
junit = "4.13.2"
2626
kotlin = "2.2.20"
2727
minSdk = "24"
28-
onesignal = "5.9.7"
28+
onesignal = "5.9.8"
2929
targetSdk = "36"
3030

3131
[libraries]

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 = "010105"
143+
OneSignalWrapper.sdkVersion = "010106"
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 = "010105"
113+
OneSignalWrapper.sdkVersion = "010106"
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.5",
3+
"version": "1.1.6",
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)