From ee06d52acc739c2ae8c42e5f9ae87cecf46d3228 Mon Sep 17 00:00:00 2001 From: Maxime Date: Fri, 6 Jul 2018 12:17:05 -0400 Subject: [PATCH] Version updated to 1.6.0 --- 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 ecfe530..e25dc61 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.5.0", + "react-native-modalbox": "^1.6.0", "react-native-slider": "^0.10.0" }, "devDependencies": { diff --git a/package.json b/package.json index b64da25..d15645e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modalbox", - "version": "1.5.0", + "version": "1.6.0", "description": "A component for react-native", "main": "index.js", "scripts": {