From 7e63479b44fba6b4d0ba47ad5ccadb3bc4a2b7a4 Mon Sep 17 00:00:00 2001 From: atoami Date: Tue, 19 Feb 2019 20:55:25 +0000 Subject: [PATCH] Version 1.0.1 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9073afd..d5787c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ `$ npm install react-native-color-panel --save` +or + +`$ yarn add react-native-color-panel` + ### Mostly automatic installation `$ react-native link react-native-color-panel` diff --git a/package.json b/package.json index 2ecef4b..8c67029 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-color-panel", - "version": "1.0.0", + "version": "1.0.1", "description": "React Native color picker component for iOS and Android", "main": "index.js", "scripts": {