From 391ef282c826881932250ea7fb25e4f3773c8cbc Mon Sep 17 00:00:00 2001 From: hectahertz Date: Fri, 8 Dec 2017 13:12:14 +0100 Subject: [PATCH] 0.7.1 --- example/package.json | 2 +- example/yarn.lock | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index d06092d..a21a771 100644 --- a/example/package.json +++ b/example/package.json @@ -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" } } diff --git a/example/yarn.lock b/example/yarn.lock index 8dd6e05..78da029 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4531,9 +4531,9 @@ react-native-maps@0.17.1: 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" diff --git a/package.json b/package.json index 30e6ece..458dd52 100644 --- a/package.json +++ b/package.json @@ -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",