From d17cb1bdb05539c28b7aaef5a94417da568f6e7e Mon Sep 17 00:00:00 2001 From: mikemilla Date: Wed, 18 Dec 2024 14:04:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=205.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/src/main/java/com/courierreactnative/Utils.kt | 2 +- example/android/app/build.gradle | 2 +- .../ios/CourierReactNativeExample.xcodeproj/project.pbxproj | 4 ++-- example/ios/CourierReactNativeExample/Info.plist | 2 +- example/ios/CourierReactNativeExampleTests/Info.plist | 2 +- example/ios/CourierService/Info.plist | 2 +- ios/CourierReactNativeDelegate.m | 2 +- ios/CourierReactNativeEventEmitter.swift | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/android/src/main/java/com/courierreactnative/Utils.kt b/android/src/main/java/com/courierreactnative/Utils.kt index 9ca7360..77a5c15 100644 --- a/android/src/main/java/com/courierreactnative/Utils.kt +++ b/android/src/main/java/com/courierreactnative/Utils.kt @@ -15,7 +15,7 @@ import com.facebook.react.modules.core.DeviceEventManagerModule import com.google.gson.GsonBuilder internal object Utils { - val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "5.2.3") + val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "5.3.0") } internal fun ReactContext.sendEvent(eventName: String, value: Any?) { diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index ebb19c4..24e7eb3 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -81,7 +81,7 @@ android { applicationId "com.courierreactnativeexample" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 31 + versionCode 32 versionName "1.0" } signingConfigs { diff --git a/example/ios/CourierReactNativeExample.xcodeproj/project.pbxproj b/example/ios/CourierReactNativeExample.xcodeproj/project.pbxproj index ecc88e8..9298101 100644 --- a/example/ios/CourierReactNativeExample.xcodeproj/project.pbxproj +++ b/example/ios/CourierReactNativeExample.xcodeproj/project.pbxproj @@ -632,7 +632,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = CourierReactNativeExample/CourierReactNativeExample.entitlements; - CURRENT_PROJECT_VERSION = 35; + CURRENT_PROJECT_VERSION = 36; DEVELOPMENT_TEAM = 83BJVWGX4Q; ENABLE_BITCODE = NO; INFOPLIST_FILE = CourierReactNativeExample/Info.plist; @@ -663,7 +663,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = CourierReactNativeExample/CourierReactNativeExample.entitlements; - CURRENT_PROJECT_VERSION = 35; + CURRENT_PROJECT_VERSION = 36; DEVELOPMENT_TEAM = 83BJVWGX4Q; INFOPLIST_FILE = CourierReactNativeExample/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.0; diff --git a/example/ios/CourierReactNativeExample/Info.plist b/example/ios/CourierReactNativeExample/Info.plist index c6ea650..429a1bb 100644 --- a/example/ios/CourierReactNativeExample/Info.plist +++ b/example/ios/CourierReactNativeExample/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 35 + 36 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/example/ios/CourierReactNativeExampleTests/Info.plist b/example/ios/CourierReactNativeExampleTests/Info.plist index 3570ffd..b28af43 100644 --- a/example/ios/CourierReactNativeExampleTests/Info.plist +++ b/example/ios/CourierReactNativeExampleTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 21 + 22 diff --git a/example/ios/CourierService/Info.plist b/example/ios/CourierService/Info.plist index 3ef0ce1..d43960a 100644 --- a/example/ios/CourierService/Info.plist +++ b/example/ios/CourierService/Info.plist @@ -10,6 +10,6 @@ $(PRODUCT_MODULE_NAME).NotificationService CFBundleVersion - 20 + 21 diff --git a/ios/CourierReactNativeDelegate.m b/ios/CourierReactNativeDelegate.m index ad79907..ac5d8b6 100644 --- a/ios/CourierReactNativeDelegate.m +++ b/ios/CourierReactNativeDelegate.m @@ -22,7 +22,7 @@ - (id) init { if (self) { // Set the user agent - Courier.agent = [CourierAgent reactNativeIOS:@"5.2.3"]; + Courier.agent = [CourierAgent reactNativeIOS:@"5.3.0"]; // Register for remote notifications UIApplication *app = [UIApplication sharedApplication]; diff --git a/ios/CourierReactNativeEventEmitter.swift b/ios/CourierReactNativeEventEmitter.swift index b589ecf..cbf25f6 100644 --- a/ios/CourierReactNativeEventEmitter.swift +++ b/ios/CourierReactNativeEventEmitter.swift @@ -14,7 +14,7 @@ internal class CourierReactNativeEventEmitter: RCTEventEmitter { // Set the user agent // Used to know the platform performing requests - Courier.agent = CourierAgent.reactNativeIOS("5.2.3") + Courier.agent = CourierAgent.reactNativeIOS("5.3.0") } diff --git a/package-lock.json b/package-lock.json index 9763945..2b94bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trycourier/courier-react-native", - "version": "5.2.3", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@trycourier/courier-react-native", - "version": "5.2.3", + "version": "5.3.0", "license": "MIT", "dependencies": { "react-native-toast-message": "^2.2.0" diff --git a/package.json b/package.json index 5e25059..8c4b62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trycourier/courier-react-native", - "version": "5.2.3", + "version": "5.3.0", "description": "Inbox, Push Notifications, and Preferences for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",