Skip to content

Commit 995b407

Browse files
committed
🚀 5.6.8
1 parent a232dbb commit 995b407

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

android/src/main/java/com/courierreactnative/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import com.facebook.react.modules.core.DeviceEventManagerModule
1515
import com.google.gson.GsonBuilder
1616

1717
internal object Utils {
18-
val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "5.6.7")
18+
val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "5.6.8")
1919
}
2020

2121
internal fun ReactContext.sendEvent(eventName: String, value: Any?) {

ios/CourierReactNativeDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (id)init {
3333
if (self) {
3434

3535
// Set the user agent
36-
Courier.agent = [CourierAgent reactNativeIOS:@"5.6.7"];
36+
Courier.agent = [CourierAgent reactNativeIOS:@"5.6.8"];
3737

3838
// Register for remote notifications
3939
UIApplication *app = [UIApplication sharedApplication];

ios/CourierReactNativeEventEmitter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal class CourierReactNativeEventEmitter: RCTEventEmitter {
1414

1515
// Set the user agent
1616
// Used to know the platform performing requests
17-
Courier.agent = CourierAgent.reactNativeIOS("5.6.7")
17+
Courier.agent = CourierAgent.reactNativeIOS("5.6.8")
1818

1919
}
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/courier-react-native",
3-
"version": "5.6.7",
3+
"version": "5.6.8",
44
"description": "Inbox, Push Notifications, and Preferences for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)