diff --git a/Cargo.lock b/Cargo.lock index 9526401..e3e3d51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2875,7 +2875,7 @@ checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836" [[package]] name = "upend" -version = "0.0.45" +version = "0.0.46" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 82ef1ad..101d1d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "upend" description = "A user-oriented all-purpose graph database." -version = "0.0.45" +version = "0.0.46" homepage = "https://upendproject.net/" repository = "https://gitlab.com/tmladek/upend/" authors = ["Tomáš Mládek "]