From df3b8745cc695e9c4fdd6e02031db0119e9085d2 Mon Sep 17 00:00:00 2001 From: xwenliang Date: Mon, 23 May 2016 18:21:07 +0800 Subject: [PATCH] update example --- example/PickerTest/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/PickerTest/package.json b/example/PickerTest/package.json index 6986c1d..d81e9fd 100644 --- a/example/PickerTest/package.json +++ b/example/PickerTest/package.json @@ -8,6 +8,6 @@ "dependencies": { "react": "^15.0.2", "react-native": "^0.26.1", - "react-native-picker": "^2.0.5" + "react-native-picker": "^3.0.0" } } diff --git a/package.json b/package.json index 9f7648c..0215230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-picker", - "version": "3.0.0", + "version": "3.0.1", "description": "react-native-picker", "main": "index.js", "scripts": { -- 2.26.2