From 6569a311bf9e20caa2346aa0602fd157bc7f6a3e Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Sun, 6 Jan 2019 00:15:55 -0500 Subject: [PATCH] 0.28.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7217177df..8904c0d74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-image-picker", "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera", - "version": "0.27.2", + "version": "0.28.0", "main": "index.js", "homepage": "https://github.com/react-community/react-native-image-picker", "repository": {