diff --git a/README.md b/README.md index b0b70eb..b47af64 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ React Native cross-plateform (iOS/Android) modal picker/selector highly customiz ## Install ``` -$ yarn add react-native-pickerise +$ npm install react-native-pickerise --save ``` ## Demo diff --git a/package-lock.json b/package-lock.json index af917e0..068a047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-pickerise", - "version": "1.1.1", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13d291d..df34997 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pickerise", "description": "React Native cross-plateform (iOS/Android) modal picker/selector highly customizable.", - "version": "1.1.1", + "version": "1.3.0", "homepage": "https://github.com/rimiti/react-native-pickerise/blob/master/README.md", "main": "dist/index.js", "license": "MIT",