From 886e40cb6266a6c05f3b203cf22b4097261acf37 Mon Sep 17 00:00:00 2001 From: David Angulo Date: Tue, 2 Jan 2024 12:34:15 +0800 Subject: [PATCH] build: v1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e14f1bb..6b17c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-outside-press", - "version": "1.2.1", + "version": "1.2.2", "description": "airbnb/react-outside-click-handler but for React Native", "main": "lib/commonjs/index", "module": "lib/module/index",