diff --git a/VERSION b/VERSION index ab3f0e9..73691b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-alpha.75 \ No newline at end of file +0.1.0-alpha.76 \ No newline at end of file diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index cc3d8ef..4453e48 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.75" +version = "0.1.0-alpha.76" dependencies = [ "anyhow", "flate2", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index b4634b0..ae321c0 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.75" +version = "0.1.0-alpha.76" 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 2740cd7..a84f4a2 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -1,6 +1,6 @@ [package] name = "sqlite-hello" -version = "0.1.0-alpha.75" +version = "0.1.0-alpha.76" license = "MIT OR Apache" homepage = "https://alexgarcia.xyz/sqlite-hello" repo = "https://github.com/asg017/sqlite-hello"