diff --git a/Cargo.lock b/Cargo.lock index 6d74773..9196f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3444,7 +3444,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "upend" -version = "0.0.69" +version = "0.0.70" dependencies = [ "actix", "actix-cors", diff --git a/Cargo.toml b/Cargo.toml index 11337fd..f74f011 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.69" +version = "0.0.70" homepage = "https://upend.dev/" repository = "https://gitlab.com/tmladek/upend/" authors = ["Tomáš Mládek "]