From 20d778f67574c1864c0a18b26509a3dfcd88bd41 Mon Sep 17 00:00:00 2001 From: Jesper Johansson <21033162+jesperjohansson@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:25:56 +0200 Subject: [PATCH] chore: release 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57037cc..05a5671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-is-detox", - "version": "1.2.0", + "version": "1.2.1", "description": "Checks whether current app instance is launched by Detox or not", "main": "lib/commonjs/index", "module": "lib/module/index",