From 2391357c315b25e0ae11a63c7f383a4b8c066ade Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 25 Feb 2021 13:00:41 +0100 Subject: [PATCH] chore: release 1.0.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7402d89..302fd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-vision-camera", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "The Camera library that sees the vision.", "main": "lib/commonjs/index", "module": "lib/module/index",