From 6428d45367326c3ced379ad6c18f23175e75e703 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 19 Aug 2020 20:06:22 -0400 Subject: [PATCH] 0.3.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 794fb60..cdb129c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "face-api", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a481727..bc00e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "0.3.3", + "version": "0.3.4", "description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", "main": "./build/index.js", "typings": "./build/index.d.ts",