Skip to content

Commit

Permalink
Merge pull request #1403 from OneSignal/release_4.3.11
Browse files Browse the repository at this point in the history
Release 4.3.11
  • Loading branch information
nan-li committed Jun 17, 2022
2 parents 0129b90 + 058091a commit b0eb598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/RNOneSignalTS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.13.1",
"react-native": "0.64.1",
"react-native-onesignal": "^4.3.10"
"react-native-onesignal": "^4.3.11"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
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": "4.3.10",
"version": "4.3.11",
"description": "React Native OneSignal SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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 XCFramework from cocoapods.
s.dependency 'OneSignalXCFramework', '3.11.1'
s.dependency 'OneSignalXCFramework', '3.11.2'
end

0 comments on commit b0eb598

Please sign in to comment.