diff --git a/VERSION b/VERSION index c0b2b83..82babf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0-alpha.5 +0.2.0-alpha.6 \ No newline at end of file diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 076bb22..6e0ae95 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 SqliteLines - VERSION = "0.2.0-alpha.5" + VERSION = "0.2.0-alpha.6" end diff --git a/bindings/sqlite-utils/pyproject.toml b/bindings/sqlite-utils/pyproject.toml index 589e24b..935bc2c 100644 --- a/bindings/sqlite-utils/pyproject.toml +++ b/bindings/sqlite-utils/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlite-utils-sqlite-lines" -version = "0.2.0-alpha.5" +version = "0.2.0-alpha.6" description = "TODO" readme = "README.md" authors = [{name = "Alex Garcia"}] diff --git a/bindings/sqlite-utils/sqlite_utils_sqlite_lines/version.py b/bindings/sqlite-utils/sqlite_utils_sqlite_lines/version.py index 911ac3f..67647f2 100644 --- a/bindings/sqlite-utils/sqlite_utils_sqlite_lines/version.py +++ b/bindings/sqlite-utils/sqlite_utils_sqlite_lines/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0-alpha.61" +__version__ = "0.2.0-alpha.6" __version_info__ = tuple(__version__.split(".")) diff --git a/deno/README.md b/deno/README.md index e94fe11..9ce9053 100644 --- a/deno/README.md +++ b/deno/README.md @@ -3,13 +3,13 @@ # `x/sqlite_lines` Deno Module [![Tags](https://img.shields.io/github/release/asg017/sqlite-lines)](https://github.com/asg017/sqlite-lines/releases) -[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-lines@0.2.0-alpha.5/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-lines@0.2.0-alpha.6/mod.ts) The [`sqlite-lines`](https://github.com/asg017/sqlite-lines) SQLite extension is available to Deno developers with the [`x/sqlite_lines`](https://deno.land/x/sqlite-lines) 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_lines from "https://deno.land/x/sqlite_lines@v0.2.0-alpha.5/mod.ts"; +import * as sqlite_lines from "https://deno.land/x/sqlite_lines@v0.2.0-alpha.6/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index 5c474a0..e670c9d 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-lines", - "version": "0.2.0-alpha.5", + "version": "0.2.0-alpha.6", "github": "https://github.com/asg017/sqlite-lines", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/npm/sqlite-lines-darwin-x64/package.json b/npm/sqlite-lines-darwin-x64/package.json index 1feab71..bf462d9 100644 --- a/npm/sqlite-lines-darwin-x64/package.json +++ b/npm/sqlite-lines-darwin-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-lines-darwin-x64", - "version": "0.2.0-alpha.5", + "version": "0.2.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-lines.git", diff --git a/npm/sqlite-lines-linux-x64/package.json b/npm/sqlite-lines-linux-x64/package.json index 52a36c3..cb585ef 100644 --- a/npm/sqlite-lines-linux-x64/package.json +++ b/npm/sqlite-lines-linux-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-lines-linux-x64", - "version": "0.2.0-alpha.5", + "version": "0.2.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-lines.git", diff --git a/npm/sqlite-lines-windows-x64/package.json b/npm/sqlite-lines-windows-x64/package.json index 742c5b6..e224bc5 100644 --- a/npm/sqlite-lines-windows-x64/package.json +++ b/npm/sqlite-lines-windows-x64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-lines-windows-x64", - "version": "0.2.0-alpha.5", + "version": "0.2.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-lines.git", diff --git a/npm/sqlite-lines/package.json b/npm/sqlite-lines/package.json index 29a8bf2..0e3fc04 100644 --- a/npm/sqlite-lines/package.json +++ b/npm/sqlite-lines/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-lines", - "version": "0.2.0-alpha.5", + "version": "0.2.0-alpha.6", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-lines-darwin-x64": "0.2.0-alpha.5", - "sqlite-lines-linux-x64": "0.2.0-alpha.5", - "sqlite-lines-windows-x64": "0.2.0-alpha.5" + "sqlite-lines-darwin-x64": "0.2.0-alpha.6", + "sqlite-lines-linux-x64": "0.2.0-alpha.6", + "sqlite-lines-windows-x64": "0.2.0-alpha.6" }, "devDependencies": { "better-sqlite3": "^8.1.0", diff --git a/python/datasette_sqlite_lines/datasette_sqlite_lines/version.py b/python/datasette_sqlite_lines/datasette_sqlite_lines/version.py index e7f21be..67647f2 100644 --- a/python/datasette_sqlite_lines/datasette_sqlite_lines/version.py +++ b/python/datasette_sqlite_lines/datasette_sqlite_lines/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2.0-alpha.5" +__version__ = "0.2.0-alpha.6" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_lines/sqlite_lines/version.py b/python/sqlite_lines/sqlite_lines/version.py index e7f21be..67647f2 100644 --- a/python/sqlite_lines/sqlite_lines/version.py +++ b/python/sqlite_lines/sqlite_lines/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2.0-alpha.5" +__version__ = "0.2.0-alpha.6" __version_info__ = tuple(__version__.split("."))