Skip to content

Commit

Permalink
publish v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Jul 22, 2017
1 parent 9754f0d commit 794b4d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Checkbox component for react native, it works on iOS and Android.
- [API](#api)
- [Contribution](#contribution)

## Changes

For React Native >= 0.4.4 use v2.+, for React Native < 0.4.4 use v1.0.4

## Installation

* 1.Run `npm i react-native-check-box --save`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-check-box",
"version": "1.0.4",
"version": "2.0.0",
"description": "Checkbox component for react native, it works on iOS and Android.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 794b4d3

Please sign in to comment.