Skip to content

Commit

Permalink
version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arnnis committed Sep 11, 2020
1 parent 5cdce7f commit 7bd4ec6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-fast-toast": "^1.0.5",
"react-native-fast-toast": "^1.0.7",
"react-native-web": "~0.11.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4397,10 +4397,10 @@ react-native-appearance@~0.3.3:
invariant "^2.2.4"
use-subscription "^1.0.0"

react-native-fast-toast@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/react-native-fast-toast/-/react-native-fast-toast-1.0.5.tgz#add61c38bea748f7c25c473cfb8c5ff14d790d05"
integrity sha512-rWlxnf9vXQckbl/tkIpQLw+xzjBR+3CiDl0ByTWjdlHzIiOj3Yj/r7YkfxM42ODY0LIWBrUEj596WtJHR499bA==
react-native-fast-toast@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/react-native-fast-toast/-/react-native-fast-toast-1.0.7.tgz#0ed9252d1aaf89bfb993b958c45b8a14eac0fbb0"
integrity sha512-MX95EQ9CW8C1sxbNsK6JJoEf643mosDSamYZAUsNLqJHpmN1iePV2I7Aae95GdX29mYGiPnpcF9+N1SSayD36w==

react-native-safe-area-context@~3.0.7:
version "3.0.7"
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-fast-toast",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.ts",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 7bd4ec6

Please sign in to comment.