Skip to content

Commit

Permalink
Merge pull request #972 from OneSignal/react_native_release_3.7.1
Browse files Browse the repository at this point in the history
Updated react-native SDK to use iOS SDK 2.13.1
  • Loading branch information
mikechoch committed Apr 2, 2020
2 parents 3c4d283 + 490fbb7 commit 24389ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ios/libOneSignal.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-onesignal",
"version": "3.7.0",
"version": "3.7.1",
"description": "React Native OneSignal SDK",
"main": "index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-onesignal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |s|
# pod 'React', :path => '../node_modules/react-native/'

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

0 comments on commit 24389ac

Please sign in to comment.