From 558121a55e356a666d972a02affbcc021b49c071 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Sun, 25 Aug 2024 06:17:57 +0800 Subject: [PATCH] chore: release 3.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97ad40b6..b85da5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ios-context-menu", - "version": "2.5.1", + "version": "3.0.0-0", "description": "A react-native component to use context menu's (UIMenu) on iOS 13/14+", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",