From f618d65725bde5a5380a8110f87438f14c9e0484 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 23 Mar 2024 16:22:06 -0700 Subject: [PATCH] v0.1.0-alpha.69 --- VERSION | 2 +- bindings/rust/Cargo.lock | 2 +- bindings/rust/Cargo.toml | 2 +- sqlite-dist.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ad41f0a..9190b51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-alpha.68 \ No newline at end of file +0.1.0-alpha.69 \ No newline at end of file diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index ee66c1b..b18f233 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -571,7 +571,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "sqlite-hello" -version = "0.1.0-alpha.68" +version = "0.1.0-alpha.69" dependencies = [ "anyhow", "flate2", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 625234d..456d09a 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.68" +version = "0.1.0-alpha.69" edition = "2021" authors = ["Alex Garcia "] description = "FFI bindings to the sqlite-hello SQLite extension" diff --git a/sqlite-dist.toml b/sqlite-dist.toml index 8a77c7d..db5ebbd 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.68" +version = "0.1.0-alpha.69" license = "MIT OR Apache" homepage = "https://alexgarcia.xyz/sqlite-hello" repo = "https://github.com/asg017/sqlite-hello"