From 6d6f8581c24fa2507c8d731575d1c618fdb554d9 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 23 Mar 2024 16:49:44 -0700 Subject: [PATCH] v0.1.0-alpha.74 --- 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 e03921d..4d13c81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-alpha.73 \ No newline at end of file +0.1.0-alpha.74 \ No newline at end of file diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index a04a33f..b742351 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.73" +version = "0.1.0-alpha.74" dependencies = [ "anyhow", "flate2", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index d5a51ff..ba7d806 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.73" +version = "0.1.0-alpha.74" 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 92848f4..39bf111 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.73" +version = "0.1.0-alpha.74" license = "MIT OR Apache" homepage = "https://alexgarcia.xyz/sqlite-hello" repo = "https://github.com/asg017/sqlite-hello"