From 244d8db3a80656a85743b78d5ca93d2ff1d26d61 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:51:12 -0500 Subject: [PATCH] Sync with txtai 3.7, closes #9 --- examples/node/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/node/package.json b/examples/node/package.json index a62c5ef..69f44cd 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -2,7 +2,7 @@ "name": "txtai-node", "dependencies": { "sprintf-js": ">=1.1.2", - "txtai": ">=3.6.0" + "txtai": ">=3.7.0" }, "devDependencies": { "@babel/cli": ">=7.10.5", diff --git a/package.json b/package.json index 2b9769a..3c69c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txtai", - "version": "3.6.0", + "version": "3.7.0", "author": "NeuML", "description": "Build AI-powered semantic search applications in JavaScript", "license": "Apache-2.0",