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