diff --git a/package-lock.json b/package-lock.json index d4726c11..e91b7352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "face-api.js", - "version": "0.15.0", + "version": "0.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d3ed70c..c1f6e9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "face-api.js", - "version": "0.15.0", + "version": "0.15.1", "description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", "module": "./build/es6/index.js", "main": "./build/commonjs/index.js",