Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nihgwu committed Jul 11, 2017
1 parent 35609ac commit f9dfbb5
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 @@ -12,6 +12,10 @@ Pie chart for React Native, works on **iOS** and **Android** both
1. `npm i --save react-native-pie`
2. Link the ART library to your ReactNative project ([how to link a library](https://facebook.github.io/react-native/docs/linking-libraries-ios.html#content)). You'll find the React ART library in `node_modules/react-native/Libraries/ART/ART.xcodeproj`


> **for those who are using `react-native` with a version below `0.45`, please install `v0.1.0` instead**
> `npm i --save react-native-pie@0.1.0`
## Usage

```jsx
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-pie",
"version": "0.1.0",
"version": "0.2.0",
"description": "a pie chart for react native",
"main": "src/Pie.js",
"scripts": {
Expand Down

0 comments on commit f9dfbb5

Please sign in to comment.