From c8d0f2ecee5bfb5bd6c2d848369d65fdfa50c037 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Thu, 27 Jun 2024 14:13:42 +0200 Subject: [PATCH] chore: release 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90b878c..0e32724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-is-maestro", - "version": "3.0.0", + "version": "3.0.1", "description": "Detect synchronously if the app is currently running in an E2E test environment with maestro", "scripts": { "typecheck": "tsc --noEmit",