From da46fb394d059a084c4797aa524cbcf7e14940e4 Mon Sep 17 00:00:00 2001 From: Watcharachai Kanjaikaew Date: Tue, 13 Sep 2016 01:36:07 +0700 Subject: [PATCH] fix package --- examples/BasicExample/package.json | 2 +- examples/CustomExample/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/BasicExample/package.json b/examples/BasicExample/package.json index dfa1736..fcf16a2 100644 --- a/examples/BasicExample/package.json +++ b/examples/BasicExample/package.json @@ -8,6 +8,6 @@ "dependencies": { "react": "15.3.1", "react-native": "0.33.0", - "react-native-flexi-radio-button": "^0.1.3" + "react-native-flexi-radio-button": "^0.1.4" } } diff --git a/examples/CustomExample/package.json b/examples/CustomExample/package.json index eadd08c..c6ab3eb 100644 --- a/examples/CustomExample/package.json +++ b/examples/CustomExample/package.json @@ -8,6 +8,6 @@ "dependencies": { "react": "15.3.1", "react-native": "0.33.0", - "react-native-flexi-radio-button": "^0.1.3" + "react-native-flexi-radio-button": "^0.1.4" } } diff --git a/package.json b/package.json index 01e1663..b16320e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flexi-radio-button", - "version": "0.1.3", + "version": "0.1.4", "description": "Radio button component for React Native", "main": "lib/index.js", "scripts": {