From 717cb67cf9151828df7edc0c55e7540f9e496654 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Fri, 10 Sep 2021 13:50:42 -0400 Subject: [PATCH] Update version --- 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 b8bdc2e..824d163 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.2.0" + "txtai": ">=3.3.0" }, "devDependencies": { "@babel/cli": ">=7.10.5", diff --git a/package.json b/package.json index 2682114..bc7a46f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txtai", - "version": "3.2.0", + "version": "3.3.0", "author": "NeuML", "description": "Build AI-powered semantic search applications in JavaScript", "license": "Apache-2.0",