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