diff --git a/VERSION b/VERSION index 550c096..3a4596c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2-alpha.1 \ No newline at end of file +0.2.2-alpha.2 \ No newline at end of file diff --git a/bindings/ruby/lib/version.rb b/bindings/ruby/lib/version.rb index 11673fc..723cba1 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.2-alpha.1" + VERSION = "0.2.2-alpha.2" end diff --git a/bindings/sqlite-utils/pyproject.toml b/bindings/sqlite-utils/pyproject.toml index 8d65f72..d1c6d55 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.2-alpha.1" +version = "0.2.2-alpha.2" 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 8fa2932..fdcce0c 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.2.2-alpha.1" +__version__ = "0.2.2-alpha.2" __version_info__ = tuple(__version__.split(".")) diff --git a/deno/README.md b/deno/README.md index 15f922c..6ee5b1f 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.2-alpha.1/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-lines@0.2.2-alpha.2/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.2-alpha.1/mod.ts"; +import * as sqlite_lines from "https://deno.land/x/sqlite_lines@v0.2.2-alpha.2/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index ebc2867..b232cc7 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-lines", - "version": "0.2.2-alpha.1", + "version": "0.2.2-alpha.2", "github": "https://github.com/asg017/sqlite-lines", "tasks": { "test": "deno test --unstable -A test.ts" diff --git a/npm/sqlite-lines-darwin-arm64/package.json b/npm/sqlite-lines-darwin-arm64/package.json index 5a76299..946c550 100644 --- a/npm/sqlite-lines-darwin-arm64/package.json +++ b/npm/sqlite-lines-darwin-arm64/package.json @@ -1,7 +1,7 @@ { "//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand", "name": "sqlite-lines-darwin-arm64", - "version": "0.2.2-alpha.1", + "version": "0.2.2-alpha.2", "repository": { "type": "git", "url": "https://github.com/asg017/sqlite-lines.git", diff --git a/npm/sqlite-lines-darwin-x64/package.json b/npm/sqlite-lines-darwin-x64/package.json index 1e34c11..453d41b 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.2-alpha.1", + "version": "0.2.2-alpha.2", "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 cea7542..17f1043 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.2-alpha.1", + "version": "0.2.2-alpha.2", "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 72925d1..f2a9c55 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.2-alpha.1", + "version": "0.2.2-alpha.2", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-lines-darwin-x64": "0.2.2-alpha.1", - "sqlite-lines-linux-x64": "0.2.2-alpha.1", - "sqlite-lines-windows-x64": "0.2.2-alpha.1" + "sqlite-lines-darwin-x64": "0.2.2-alpha.2", + "sqlite-lines-linux-x64": "0.2.2-alpha.2", + "sqlite-lines-windows-x64": "0.2.2-alpha.2" }, "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 8fa2932..fdcce0c 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.2-alpha.1" +__version__ = "0.2.2-alpha.2" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_lines/sqlite_lines/version.py b/python/sqlite_lines/sqlite_lines/version.py index 8fa2932..fdcce0c 100644 --- a/python/sqlite_lines/sqlite_lines/version.py +++ b/python/sqlite_lines/sqlite_lines/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2.2-alpha.1" +__version__ = "0.2.2-alpha.2" __version_info__ = tuple(__version__.split("."))