diff --git a/Cargo.lock b/Cargo.lock index d9d92173..7a15826d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "ayb" -version = "0.1.6" +version = "0.1.7" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a09e3745..e17df9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ayb" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "ayb makes it easy to create, host, and share embedded databases like SQLite and DuckDB" homepage = "https://github.com/marcua/ayb"