Skip to content

Commit 5795176

Browse files
author
crow
committed
Release 18.0.1
1 parent 93276e1 commit 5795176

4 files changed

+4
-4
lines changed

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Airship_targetSdkVersion=31
44
Airship_compileSdkVersion=31
55
Airship_ndkversion=21.4.7075529
66

7-
Airship_airshipProxyVersion=6.0.0
7+
Airship_airshipProxyVersion=6.1.2
88

99
# workaround for now, used for HMS
1010
Airship_airshipVersion=17.8.0

ios/AirshipReactNative.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AirshipReactNative: NSObject {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "18.0.0"
39+
public static let version: String = "18.0.1"
4040

4141
private let eventNotifier = EventNotifier()
4242

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "Airship plugin for React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "6.0.0"
25+
s.dependency "AirshipFrameworkProxy", "6.1.2"
2626
end

0 commit comments

Comments
 (0)