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