From 275ac2ff9e1ae7a0cdea701d1f9e2387b52b96b7 Mon Sep 17 00:00:00 2001 From: Luiz Carlos Date: Thu, 28 Nov 2024 08:08:15 -0300 Subject: [PATCH] chore: release 1.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9beacd..1c9f153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera-face-detector", - "version": "1.7.1", + "version": "1.7.2", "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",