From bf6f365c04c1081e1033c98b554cc86cb6e63582 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 9 Mar 2021 18:34:43 -0500 Subject: [PATCH] 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f916f25..397ca611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vladmandic/human", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vladmandic/human", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@tensorflow/tfjs": "^3.3.0", diff --git a/package.json b/package.json index 28aab093..e999cc02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "1.0.1", + "version": "1.0.2", "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",