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": {