From 884b4efb364a5d660b0a24f23b3d119d88741f9f Mon Sep 17 00:00:00 2001 From: Gevorg <132675591+gev2002@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:50:44 +0400 Subject: [PATCH] chore: release 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6325933..b66d244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera-barcodes-scanner", - "version": "2.0.0", + "version": "2.0.1", "description": "A plugin to scan barcodes using ML Kit Barcode Scanning", "main": "lib/commonjs/index", "module": "lib/module/index",