diff --git a/package-lock.json b/package-lock.json index 3d75d3a6..24645292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { "@tensorflow-models/universal-sentence-encoder": "^1.3.3", diff --git a/package.json b/package.json index e4bf2798..06f07cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.3.1", + "version": "0.3.2", "description": "A vector database using HNSW indexing with Origin Private File System storage", "main": "dist/index.js", "module": "dist/index.js",