From 8738b99b9067fc359c7c90aede809ff44bcc7194 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Jun 2023 08:27:14 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [6.0.1](https://github.com/react-native-image-picker/react-native-image-picker/compare/v6.0.0...v6.0.1) (2023-06-20) ### Bug Fixes * **android:** 🐛 only set namespace if gradle 7 or newer is used ([#2149](https://github.com/react-native-image-picker/react-native-image-picker/issues/2149)) ([e117851](https://github.com/react-native-image-picker/react-native-image-picker/commit/e1178517ac473c9fb3fda0bf210fec6f559f493a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a122fd8b1..02a937163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "6.0.0", + "version": "6.0.1", "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera", "react-native": "src/index.ts", "main": "src/index.ts",