Skip to content

Commit 1ac8d4c

Browse files
committed
publish v2.0.1
1 parent 13bc0df commit 1ac8d4c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* react-native-check-box example
33
* https://github.com/crazycodeboy/react-native-check-box
44
* Email:crazycodeboy@gmail.com
5-
* Blog:http://jiapenghui.com
5+
* Blog:http://www.devio.org
66
* @flow
77
*/
88

examples/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* react-native-check-box example
33
* https://github.com/crazycodeboy/react-native-check-box
44
* Email:crazycodeboy@gmail.com
5-
* Blog:http://jiapenghui.com
5+
* Blog:http://www.devio.org
66
* @flow
77
*/
88

examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* react-native-check-box example
33
* https://github.com/crazycodeboy/react-native-check-box
44
* Email:crazycodeboy@gmail.com
5-
* Blog:http://jiapenghui.com
5+
* Blog:http://www.devio.org
66
* @flow
77
*/
88

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Checkbox component for react native, it works on iOS and Android
44
* https://github.com/crazycodeboy/react-native-check-box
55
* Email:crazycodeboy@gmail.com
6-
* Blog:http://jiapenghui.com
6+
* Blog:http://www.devio.org
77
* @flow
88
*/
99

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "native-checkbox",
3-
"version": "1.0.0",
2+
"name": "react-native-check-box",
3+
"version": "2.0.1",
44
"description": "Checkbox component for react native, it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)