From 1bf9a3c515319dc90322d007d8d22fc82e7f0b70 Mon Sep 17 00:00:00 2001 From: Luiz Carlos Date: Fri, 3 May 2024 17:54:30 -0300 Subject: [PATCH] chore: release 1.6.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b718054..68ebb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera-face-detector", - "version": "1.6.2", + "version": "1.6.3", "description": "Frame Processor Plugin to detect faces using MLKit Vision Face Detector for React Native Vision Camera!", "main": "lib/commonjs/index", "module": "lib/module/index",