From fcf1e1e4322a41dc86e8157e63e41525887ac4d3 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Thu, 12 Dec 2024 10:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20release=203.0.0-7?= 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 3c395da..093bef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ios-modal", - "version": "3.0.0-6", + "version": "3.0.0-7", "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",