From 39e53d9f0cb01930d7e1c6cc0e9dd4b258b552a5 Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 28 Jan 2019 21:22:51 -0500 Subject: [PATCH] Version updated to 1.7.1 --- Example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/package.json b/Example/package.json index a2e2650..bb2e64f 100644 --- a/Example/package.json +++ b/Example/package.json @@ -10,7 +10,7 @@ "react": "16.0.0-alpha.12", "react-native": "0.45.1", "react-native-button": "^2.0.0", - "react-native-modalbox": "1.7.0", + "react-native-modalbox": "1.7.1", "react-native-slider": "^0.10.0" }, "devDependencies": { diff --git a/package.json b/package.json index dbff7ec..3d8cf22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modalbox", - "version": "1.7.0", + "version": "1.7.1", "description": "A component for react-native", "main": "index.js", "scripts": {