From bd2d40a9279f3d5abcfd86b0e2b0c9d78a2f64b6 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Thu, 13 Jul 2023 21:17:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.12=20=E2=86=92=200.1.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- node/package.json | 10 +++++----- rust/ffi/node/Cargo.toml | 2 +- rust/vectordb/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 491d9db2..e5d0a8a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.12 +current_version = 0.1.13 commit = True message = Bump version: {current_version} → {new_version} tag = True diff --git a/node/package.json b/node/package.json index 5d6fa277..f9c67be2 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vectordb", - "version": "0.1.12", + "version": "0.1.13", "description": " Serverless, low-latency vector database for AI applications", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -75,9 +75,9 @@ } }, "optionalDependencies": { - "vectordb-darwin-arm64": "0.1.12", - "vectordb-darwin-x64": "0.1.12", - "vectordb-linux-x64-gnu": "0.1.12", - "vectordb-linux-arm64-gnu": "0.1.12" + "vectordb-darwin-arm64": "0.1.13", + "vectordb-darwin-x64": "0.1.13", + "vectordb-linux-x64-gnu": "0.1.13", + "vectordb-linux-arm64-gnu": "0.1.13" } } diff --git a/rust/ffi/node/Cargo.toml b/rust/ffi/node/Cargo.toml index cfa76d22..1933fc24 100644 --- a/rust/ffi/node/Cargo.toml +++ b/rust/ffi/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb-node" -version = "0.1.12" +version = "0.1.13" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0" edition = "2018" diff --git a/rust/vectordb/Cargo.toml b/rust/vectordb/Cargo.toml index fb0d3c57..b4f6ae07 100644 --- a/rust/vectordb/Cargo.toml +++ b/rust/vectordb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectordb" -version = "0.1.12" +version = "0.1.13" edition = "2021" description = "Serverless, low-latency vector database for AI applications" license = "Apache-2.0"