From dc57afc5226f1b6ffde3377a1d0e10a917261a81 Mon Sep 17 00:00:00 2001 From: Cyrus David Pastelero Date: Sun, 28 May 2023 23:05:18 +0800 Subject: [PATCH] chore: increased the version code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3945215..4426d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "face-guardian", - "version": "1.1.5", + "version": "1.1.6", "description": "Face Guardian Components", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",