From 1ac8d4cfa299f68d0b45da11b01140e12b6415ad Mon Sep 17 00:00:00 2001 From: crazycodeboy Date: Sat, 26 Aug 2017 11:46:52 +0800 Subject: [PATCH] publish v2.0.1 --- examples/index.android.js | 2 +- examples/index.ios.js | 2 +- examples/index.js | 2 +- index.js | 2 +- package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/index.android.js b/examples/index.android.js index a84f926..7bd6c00 100644 --- a/examples/index.android.js +++ b/examples/index.android.js @@ -2,7 +2,7 @@ * react-native-check-box example * https://github.com/crazycodeboy/react-native-check-box * Email:crazycodeboy@gmail.com - * Blog:http://jiapenghui.com + * Blog:http://www.devio.org * @flow */ diff --git a/examples/index.ios.js b/examples/index.ios.js index a84f926..7bd6c00 100644 --- a/examples/index.ios.js +++ b/examples/index.ios.js @@ -2,7 +2,7 @@ * react-native-check-box example * https://github.com/crazycodeboy/react-native-check-box * Email:crazycodeboy@gmail.com - * Blog:http://jiapenghui.com + * Blog:http://www.devio.org * @flow */ diff --git a/examples/index.js b/examples/index.js index 724ce46..1468d13 100644 --- a/examples/index.js +++ b/examples/index.js @@ -2,7 +2,7 @@ * react-native-check-box example * https://github.com/crazycodeboy/react-native-check-box * Email:crazycodeboy@gmail.com - * Blog:http://jiapenghui.com + * Blog:http://www.devio.org * @flow */ diff --git a/index.js b/index.js index 1139ea3..482093f 100755 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ * Checkbox component for react native, it works on iOS and Android * https://github.com/crazycodeboy/react-native-check-box * Email:crazycodeboy@gmail.com - * Blog:http://jiapenghui.com + * Blog:http://www.devio.org * @flow */ diff --git a/package.json b/package.json index 6133921..65cd2ee 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "native-checkbox", - "version": "1.0.0", + "name": "react-native-check-box", + "version": "2.0.1", "description": "Checkbox component for react native, it works on iOS and Android.", "main": "index.js", "scripts": {