Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hectahertz committed Dec 8, 2017
1 parent 24e8cc3 commit 391ef28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"expo": "^23.0.4",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-material-dialog": "^0.7.0",
"react-native-material-dialog": "^0.7.1",
"react-native-typography": "^1.0.3"
}
}
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4531,9 +4531,9 @@ [email protected]:
version "0.17.1"
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.17.1.tgz#ab2236341fd984dac8864202ae55331bc262f60c"

react-native-material-dialog@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/react-native-material-dialog/-/react-native-material-dialog-0.7.0.tgz#7eb7c926fafd2a4bfff6f0a03b9c5878b9f1bcbd"
react-native-material-dialog@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/react-native-material-dialog/-/react-native-material-dialog-0.7.1.tgz#b11ab4d123dfc28d97f6f7eff03d53c348b51d9e"
dependencies:
prop-types "^15.5.10"
react-native-typography "^1.0.3"
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-material-dialog",
"version": "0.7.0",
"version": "0.7.1",
"description": "Material design compliant dialog for React Native",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 391ef28

Please sign in to comment.