From 2909085ea6b1faf14cfe5b88118321ee6e804516 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 15 Feb 2023 18:23:05 +0100 Subject: [PATCH] chore: release 3.0.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1e03b9..38f8db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "description": "The Camera library that sees the vision.", "main": "lib/commonjs/index", "module": "lib/module/index",