From b18cf3c9238d8a9d3450f7b9d2f5c89d31fc886c Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 9 Mar 2021 12:22:11 +0100 Subject: [PATCH] chore: release 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88b909..9c3cef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera", - "version": "1.0.0", + "version": "1.0.1", "description": "The Camera library that sees the vision.", "main": "lib/commonjs/index", "module": "lib/module/index",