From b9f42d2e0834cd2b0aa0bbb04fbad3e9103a4a11 Mon Sep 17 00:00:00 2001 From: Jesper Johansson Date: Wed, 20 Apr 2022 09:21:54 +0200 Subject: [PATCH] chore: release 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 508def9..f59a16b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-is-detox", - "version": "1.0.0", + "version": "1.1.0", "description": "Checks whether current app instance is launched by Detox or not", "main": "lib/commonjs/index", "module": "lib/module/index",