diff --git a/VERSION b/VERSION index 28d1d5b..4194560 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-alpha.5 \ No newline at end of file +0.1.0-alpha.6 \ No newline at end of file diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 2e200ec..3abb9e2 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 SqliteHttp - VERSION = "0.1.0-alpha.5" + VERSION = "0.1.0-alpha.6" end diff --git a/deno/README.md b/deno/README.md index 6b7f83d..2fc3591 100644 --- a/deno/README.md +++ b/deno/README.md @@ -3,13 +3,13 @@ # `x/sqlite_http` Deno Module [![Tags](https://img.shields.io/github/release/asg017/sqlite-http)](https://github.com/asg017/sqlite-http/releases) -[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-http@0.1.0-alpha.5/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-http@0.1.0-alpha.6/mod.ts) The [`sqlite-http`](https://github.com/asg017/sqlite-http) SQLite extension is available to Deno developers with the [`x/sqlite_http`](https://deno.land/x/sqlite-http) 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_http from "https://deno.land/x/sqlite_http@v0.1.0-alpha.5/mod.ts"; +import * as sqlite_http from "https://deno.land/x/sqlite_http@v0.1.0-alpha.6/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index 8d83509..814acaa 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-http", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "github": "https://github.com/asg017/sqlite-http", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/npm/sqlite-http-darwin-x64/package.json b/npm/sqlite-http-darwin-x64/package.json index dbec7d9..c8f861b 100644 --- a/npm/sqlite-http-darwin-x64/package.json +++ b/npm/sqlite-http-darwin-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-darwin-x64", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http-linux-x64/package.json b/npm/sqlite-http-linux-x64/package.json index 3ce3f3a..6ab3f65 100644 --- a/npm/sqlite-http-linux-x64/package.json +++ b/npm/sqlite-http-linux-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-linux-x64", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http-windows-x64/package.json b/npm/sqlite-http-windows-x64/package.json index 12bb94f..ceaffe0 100644 --- a/npm/sqlite-http-windows-x64/package.json +++ b/npm/sqlite-http-windows-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http-windows-x64", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-http.git", diff --git a/npm/sqlite-http/package.json b/npm/sqlite-http/package.json index c460e19..7b6c7b8 100644 --- a/npm/sqlite-http/package.json +++ b/npm/sqlite-http/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-http", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-http-darwin-x64": "0.1.0-alpha.5", - "sqlite-http-linux-x64": "0.1.0-alpha.5", - "sqlite-http-windows-x64": "0.1.0-alpha.5" + "sqlite-http-darwin-x64": "0.1.0-alpha.6", + "sqlite-http-linux-x64": "0.1.0-alpha.6", + "sqlite-http-windows-x64": "0.1.0-alpha.6" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/python/datasette_sqlite_http/datasette_sqlite_http/version.py b/python/datasette_sqlite_http/datasette_sqlite_http/version.py index 9a59616..962fe25 100644 --- a/python/datasette_sqlite_http/datasette_sqlite_http/version.py +++ b/python/datasette_sqlite_http/datasette_sqlite_http/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0-alpha.5" +__version__ = "0.1.0-alpha.6" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_http/sqlite_http/version.py b/python/sqlite_http/sqlite_http/version.py index 9a59616..962fe25 100644 --- a/python/sqlite_http/sqlite_http/version.py +++ b/python/sqlite_http/sqlite_http/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0-alpha.5" +__version__ = "0.1.0-alpha.6" __version_info__ = tuple(__version__.split("."))