From 264c2146839c0623fbddb4c4a18b1148a460c794 Mon Sep 17 00:00:00 2001
From: nonth <nonthz@gmail.com>
Date: Sun, 18 Jul 2021 16:17:06 +0700
Subject: [PATCH] chore: release 0.1.1

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index fbdf9ac..2a81111 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-native-face-detection",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "react-native face detection using Google MLKit",
   "main": "lib/commonjs/index",
   "module": "lib/module/index",