From 9c02c995a8967045f505ab23cc18cec69dd02caf Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Sat, 1 Jul 2023 16:32:28 +0200 Subject: [PATCH] chore: release 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec07dfd..247a772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-turbo-mock-location-detector", - "version": "2.2.0", + "version": "2.3.0", "description": "Package helps to detect mocked location on both Android and iOS", "main": "./lib/commonjs/index", "module": "./lib/module/index",