From bfcc3f5bf0b47b0b79c22fd3d0442f00fc9ca3b2 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 15 Oct 2020 20:25:15 -0400 Subject: [PATCH] 0.3.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30d072c4..f221873a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58141a1e..887c7227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.3.2", + "version": "0.3.3", "description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", "sideEffects": false, "main": "dist/human.cjs",