Skip to content

Commit 490fbb7

Browse files
committed
Updated react-native SDK to use iOS SDK 2.13.1
1 parent 3c4d283 commit 490fbb7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ios/libOneSignal.a

35.4 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onesignal",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "React Native OneSignal SDK",
55
"main": "index",
66
"scripts": {

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
# pod 'React', :path => '../node_modules/react-native/'
2323

2424
# The Native OneSignal-iOS-SDK from cocoapods.
25-
s.dependency 'OneSignal', '2.13.0'
25+
s.dependency 'OneSignal', '2.13.1'
2626
end

0 commit comments

Comments
 (0)