diff --git a/VERSION b/VERSION index 6da28dd..b10cae7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0-alpha.1 \ No newline at end of file diff --git a/deno/README.md b/deno/README.md index 0d3b2ec..e77bbfe 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.1.1/mod.ts) +[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-lines@0.2.0-alpha.1/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.1.1/mod.ts"; +import * as sqlite_lines from "https://deno.land/x/sqlite_lines@v0.2.0-alpha.1/mod.ts"; const db = new Database(":memory:"); diff --git a/deno/deno.json b/deno/deno.json index 4a5e2bc..9f893cc 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,6 +1,6 @@ { "name": "sqlite-lines", - "version": "0.1.1", + "version": "0.2.0-alpha.1", "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 73396de..969a952 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.1.1", + "version": "0.2.0-alpha.1", "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 74be4fb..15a39bc 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.1.1", + "version": "0.2.0-alpha.1", "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 7137bc6..4bd689d 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.1.1", + "version": "0.2.0-alpha.1", "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 2b1d441..1c1c1a9 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.1.1", + "version": "0.2.0-alpha.1", "description": "", "repository": { "type": "git", @@ -21,9 +21,9 @@ "*.dll" ], "optionalDependencies": { - "sqlite-lines-darwin-x64": "0.1.1", - "sqlite-lines-linux-x64": "0.1.1", - "sqlite-lines-windows-x64": "0.1.1" + "sqlite-lines-darwin-x64": "0.2.0-alpha.1", + "sqlite-lines-linux-x64": "0.2.0-alpha.1", + "sqlite-lines-windows-x64": "0.2.0-alpha.1" }, "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 7783034..74cefb3 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.1.1" +__version__ = "0.2.0-alpha.1" __version_info__ = tuple(__version__.split(".")) diff --git a/python/sqlite_lines/sqlite_lines/version.py b/python/sqlite_lines/sqlite_lines/version.py index 7783034..74cefb3 100644 --- a/python/sqlite_lines/sqlite_lines/version.py +++ b/python/sqlite_lines/sqlite_lines/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1.1" +__version__ = "0.2.0-alpha.1" __version_info__ = tuple(__version__.split("."))