Skip to content

Commit

Permalink
4.0.1 Release
Browse files Browse the repository at this point in the history
Patch for outcome event null check bug in Java bridge.
  • Loading branch information
rgomezp committed Jan 6, 2021
1 parent 4ced96b commit 4b7bc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.63.3",
"react-native-onesignal": "4.0.0"
"react-native-onesignal": "4.0.1"
},
"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.0.0",
"version": "4.0.1",
"description": "React Native OneSignal SDK",
"main": "src/index",
"typings": "src/index.d.ts",
Expand Down

0 comments on commit 4b7bc48

Please sign in to comment.