From 1cc909c729d2c907977d4e703e89e16d041a12a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2019 19:05:35 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.1...v1.0.2) (2019-05-13) ### Bug Fixes * **lib:** dummy commit to bump to 1.0.2 ([d431900](https://github.com/react-native-community/react-native-cameraroll/commit/d431900)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 518079101..ceda7c68f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-community/cameraroll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-community/react-native-cameraroll#readme", - "version": "1.0.1", + "version": "1.0.2", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",