From 713bf8e349d59179e9b8d44fa2a4cb764a7640e1 Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Wed, 17 May 2023 22:42:17 +0100 Subject: [PATCH] chore: release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 964f605..3df6ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-click-outside", - "version": "0.1.0-alpha.0", + "version": "0.1.0", "description": "React Native library to detect clicks outside the component 👆", "main": "lib/commonjs/index", "module": "lib/module/index",