From d03323dea0b915c553c3030268670c769a66c391 Mon Sep 17 00:00:00 2001 From: Maxime Mezrahi Date: Thu, 18 Feb 2016 14:31:33 -0500 Subject: [PATCH] Version updated to 1.3.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 83966ff..7c0c0bd 100644 --- a/Example/package.json +++ b/Example/package.json @@ -8,7 +8,7 @@ "dependencies": { "react-native": "^0.17.0", "react-native-button": "^1.3.1", - "react-native-modalbox": "^1.3.0", + "react-native-modalbox": "^1.3.1", "react-native-slider": "^0.4.0" } } \ No newline at end of file diff --git a/package.json b/package.json index 8ff9a66..ca1c767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modalbox", - "version": "1.3.0", + "version": "1.3.1", "description": "A component for react-native", "main": "index.js", "scripts": {