From a3009e9cfd0cad26e505416b3e84109fcb8d237a Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Fri, 21 Jul 2023 22:00:52 +0200 Subject: [PATCH] chore: release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3df6ede..68a186a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-click-outside", - "version": "0.1.0", + "version": "0.1.1", "description": "React Native library to detect clicks outside the component 👆", "main": "lib/commonjs/index", "module": "lib/module/index",