Skip to content

Commit

Permalink
Merge pull request #7 from OneSignal/1.0.0-beta4
Browse files Browse the repository at this point in the history
1.0.0 Beta4 Release Commit
  • Loading branch information
rgomezp authored Oct 26, 2021
2 parents 26477fa + 0e6ec77 commit 16afbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## Install

```sh
expo install onesignal-expo-plugin@1.0.0-beta3
expo install onesignal-expo-plugin
```

**Note:** this does not install the [OneSignal SDK](https://github.com/OneSignal/react-native-onesignal).
Expand Down
2 changes: 1 addition & 1 deletion app.plugin.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./build/withOneSignal.js');
module.exports = require('./build/onesignal/withOneSignal.js');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onesignal-expo-plugin",
"version": "1.0.0-beta3",
"version": "1.0.0-beta4",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",
"main": "build/withOneSignal.js",
"scripts": {
Expand Down

0 comments on commit 16afbfe

Please sign in to comment.