From 5795176b4ad426192b1e4fe71ee025dfc21e2abd Mon Sep 17 00:00:00 2001 From: crow Date: Mon, 29 Apr 2024 16:25:36 -0700 Subject: [PATCH] Release 18.0.1 --- android/gradle.properties | 2 +- ios/AirshipReactNative.swift | 2 +- package.json | 2 +- react-native-airship.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 3ea53106..7892572b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -4,7 +4,7 @@ Airship_targetSdkVersion=31 Airship_compileSdkVersion=31 Airship_ndkversion=21.4.7075529 -Airship_airshipProxyVersion=6.0.0 +Airship_airshipProxyVersion=6.1.2 # workaround for now, used for HMS Airship_airshipVersion=17.8.0 diff --git a/ios/AirshipReactNative.swift b/ios/AirshipReactNative.swift index 4691e9ac..42a2a070 100644 --- a/ios/AirshipReactNative.swift +++ b/ios/AirshipReactNative.swift @@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject { AirshipProxy.shared } - public static let version: String = "18.0.0" + public static let version: String = "18.0.1" private let eventNotifier = EventNotifier() diff --git a/package.json b/package.json index 3d3746ad..3871be52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ua/react-native-airship", - "version": "18.0.0", + "version": "18.0.1", "description": "Airship plugin for React Native apps.", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-airship.podspec b/react-native-airship.podspec index b3dbc9dc..484f2419 100644 --- a/react-native-airship.podspec +++ b/react-native-airship.podspec @@ -22,5 +22,5 @@ Pod::Spec.new do |s| s.dependency "React-Core" end - s.dependency "AirshipFrameworkProxy", "6.0.0" + s.dependency "AirshipFrameworkProxy", "6.1.2" end