From 96aa082c093213a84b7eb75f49839885a6e402fe Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 12 Oct 2020 15:05:30 -0400 Subject: [PATCH] 0.2.4 --- 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 d33d6fdf..1e18b9e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e753d247..a9500169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.2.3", + "version": "0.2.4", "description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", "sideEffects": false, "main": "src/index.js",