From a6024c40e81c8d71297265f7bce02218e1758a6f Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 14 Oct 2020 18:30:26 -0400 Subject: [PATCH] 0.3.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c66af363..d6f7d0fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "0.2.10", + "version": "0.3.1", "description": "human: 3D Face Detection, Iris Tracking and Age & Gender Prediction", "sideEffects": false, "main": "dist/human.node.js", @@ -45,13 +45,13 @@ }, "keywords": [ "tensorflowjs", - "tfjs", "face-detection", "face-geometry", "body-tracking", "hand-tracking", "iris-tracking", "age-estimation", + "emotion-detection", "gender-prediction", "gesture-recognition" ]