From 0943dffe87c0426e64d76e106f8eb65f8b35783e Mon Sep 17 00:00:00 2001 From: Maxime Date: Sat, 28 Sep 2019 11:03:05 -0400 Subject: [PATCH] Version updated to 2.0.0 --- Example/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/package.json b/Example/package.json index 170655d..e4a7a60 100644 --- a/Example/package.json +++ b/Example/package.json @@ -12,7 +12,7 @@ "dependencies": { "react": "16.9.0", "react-native": "0.61.1", - "react-native-modalbox": "^1.7.1", + "react-native-modalbox": "2.0.0", "react-native-slider": "^0.11.0" }, "devDependencies": { diff --git a/package.json b/package.json index 64114c4..97037c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modalbox", - "version": "1.7.1", + "version": "2.0.0", "description": "A component for react-native", "main": "index.js", "scripts": { @@ -30,4 +30,4 @@ "dependencies": { "prop-types": "^15.5.10" } -} +} \ No newline at end of file