Skip to content

Commit

Permalink
Update RN SDK Package version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Jul 21, 2023
1 parent b4d739d commit c449118
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-bare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [developer documentation](https://magic.link/docs) to learn how you can

## 🔗 Installation

Integrating your app with Magic will require our client-side NPM package:
Integrating your app with Magic will require our client-side NPM package:

```bash
# Via NPM:
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-bare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native-bare",
"version": "19.4.1",
"version": "19.4.2",
"description": "Passwordless authentication for React Native (Bare).",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As of `v19.0.0`, passcodes (ie. `loginWithSMS()`, `loginWithEmailOTP()`) are rep

## 🔗 Installation

Integrating your app with Magic will require our client-side NPM package:
Integrating your app with Magic will require our client-side NPM package:

```bash
# Via NPM:
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magic-sdk/react-native-expo",
"version": "19.4.1",
"version": "19.4.2",
"description": "Passwordless authentication for React Native (Expo).",
"author": "Magic Labs <[email protected]> (https://magic.link/)",
"license": "MIT",
Expand Down

0 comments on commit c449118

Please sign in to comment.