Skip to content

Commit

Permalink
publish v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Aug 26, 2017
1 parent 13bc0df commit 1ac8d4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* react-native-check-box example
* https://github.com/crazycodeboy/react-native-check-box
* Email:[email protected]
* Blog:http://jiapenghui.com
* Blog:http://www.devio.org
* @flow
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* react-native-check-box example
* https://github.com/crazycodeboy/react-native-check-box
* Email:[email protected]
* Blog:http://jiapenghui.com
* Blog:http://www.devio.org
* @flow
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* react-native-check-box example
* https://github.com/crazycodeboy/react-native-check-box
* Email:[email protected]
* Blog:http://jiapenghui.com
* Blog:http://www.devio.org
* @flow
*/

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Checkbox component for react native, it works on iOS and Android
* https://github.com/crazycodeboy/react-native-check-box
* Email:[email protected]
* Blog:http://jiapenghui.com
* Blog:http://www.devio.org
* @flow
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1ac8d4c

Please sign in to comment.