From f1f00e8bf1247b4b27363b7b459f55e03ff67bfd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 4 Mar 2021 10:33:18 -0500 Subject: [PATCH] 0.40.1 --- 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 c1401868..53b29235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.40.0", + "version": "0.40.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 328b4740..c800d91f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.40.0", + "version": "0.40.1", "description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js",