From ec0137b08a49937c8497465b1d725e8b1ee2f40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=BA=A3o=20H=C3=A0?= Date: Mon, 23 Dec 2024 11:38:08 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20release=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 626a2cc..730d193 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "multipleimagepickerexample", - "version": "2.0.4", + "version": "2.1.2", "main": "expo/AppEntry.js", "scripts": { "start": "expo start", diff --git a/package.json b/package.json index 68f34bd..85a58cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baronha/react-native-multiple-image-picker", - "version": "2.1.1", + "version": "2.1.2", "description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js",