diff --git a/VERSION b/VERSION index 49a8b41..213e01c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1-alpha.3 \ No newline at end of file +0.1.1-alpha.4 \ No newline at end of file diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 4e00563..09123c3 100644 --- a/bindings/ruby/lib/version.rb +++ b/bindings/ruby/lib/version.rb @@ -1,4 +1,4 @@ # automatically generated, do not edit by hand. module SqliteVss - VERSION = "0.1.1-alpha.3" + VERSION = "0.1.1-alpha.4" end diff --git a/deno/README.md b/deno/README.md index 4bb9bb6..8473859 100644 --- a/deno/README.md +++ b/deno/README.md @@ -3,13 +3,13 @@ # `x/sqlite_vss` Deno Module [![Tags](https://img.shields.io/github/release/asg017/sqlite-vss)](https://github.com/asg017/sqlite-vss/releases) -[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-vss@0.1.1-alpha.3/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-vss@0.1.1-alpha.4/mod.ts) The [`sqlite-vss`](https://github.com/asg017/sqlite-vss) SQLite extension is available to Deno developers with the [`x/sqlite_vss`](https://deno.land/x/sqlite_vss) Deno module. It works with [`x/sqlite3`](https://deno.land/x/sqlite3), the fastest and native Deno SQLite3 module. ```js import { Database } from "https://deno.land/x/sqlite3@0.8.0/mod.ts"; -import * as sqlite_vss from "https://deno.land/x/sqlite_vss@v0.1.1-alpha.3/mod.ts"; +import * as sqlite_vss from "https://deno.land/x/sqlite_vss@v0.1.1-alpha.4/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index d75805a..fc3e104 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-vss", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "github": "https://github.com/asg017/sqlite-vss", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/npm/sqlite-vss-darwin-arm64/package.json b/npm/sqlite-vss-darwin-arm64/package.json index 31afabf..6dc5ea5 100644 --- a/npm/sqlite-vss-darwin-arm64/package.json +++ b/npm/sqlite-vss-darwin-arm64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-darwin-arm64", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/npm/sqlite-vss-darwin-x64/package.json b/npm/sqlite-vss-darwin-x64/package.json index aca4a93..d61f029 100644 --- a/npm/sqlite-vss-darwin-x64/package.json +++ b/npm/sqlite-vss-darwin-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-darwin-x64", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/npm/sqlite-vss-linux-x64/package.json b/npm/sqlite-vss-linux-x64/package.json index 9374555..c31af12 100644 --- a/npm/sqlite-vss-linux-x64/package.json +++ b/npm/sqlite-vss-linux-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss-linux-x64", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-vss.git", diff --git a/npm/sqlite-vss/package.json b/npm/sqlite-vss/package.json index ccf47a5..ec4ed01 100644 --- a/npm/sqlite-vss/package.json +++ b/npm/sqlite-vss/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-vss", - "version": "0.1.1-alpha.3", + "version": "0.1.1-alpha.4", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-vss-darwin-x64": "0.1.1-alpha.3", - "sqlite-vss-darwin-arm64": "0.1.1-alpha.3", - "sqlite-vss-linux-x64": "0.1.1-alpha.3" + "sqlite-vss-darwin-x64": "0.1.1-alpha.4", + "sqlite-vss-darwin-arm64": "0.1.1-alpha.4", + "sqlite-vss-linux-x64": "0.1.1-alpha.4" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/python/datasette_sqlite_vss/datasette_sqlite_vss/version.py b/python/datasette_sqlite_vss/datasette_sqlite_vss/version.py index ef87c23..65965e0 100644 --- a/python/datasette_sqlite_vss/datasette_sqlite_vss/version.py +++ b/python/datasette_sqlite_vss/datasette_sqlite_vss/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1-alpha.3" +__version__ = "0.1.1-alpha.4" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_vss/sqlite_vss/version.py b/python/sqlite_vss/sqlite_vss/version.py index ef87c23..65965e0 100644 --- a/python/sqlite_vss/sqlite_vss/version.py +++ b/python/sqlite_vss/sqlite_vss/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1-alpha.3" +__version__ = "0.1.1-alpha.4" __version_info__ = tuple(__version__.split("."))