From 68ca1c115475b6ba1b2618d8a112d5e65db1e5be Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 18 May 2022 17:44:08 -0400 Subject: [PATCH] update library --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3b0993..a3417d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Repository for optional models not included in the default Human library", "license": "MIT", "author": "Vladimir Mandic ", - "version": "2.5.9", + "version": "2.7.2", "repository": { "type": "git", "url": "git+https://github.com/vladmandic/human-models.git" @@ -24,6 +24,6 @@ "tensorflowjs" ], "dependencies": { - "@vladmandic/human": "^2.5.8" + "@vladmandic/human": "^2.7.2" } }