From b7c49bacb53409c5d35f3e566723cf87e51e21e6 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Wed, 2 Oct 2024 13:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20release=203.0.0-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e9152e..97c7812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ios-modal", - "version": "3.0.0-1", + "version": "3.0.0-2", "description": "A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.", "main": "lib/commonjs/index", "module": "lib/module/index",