diff --git a/Cargo.lock b/Cargo.lock index 6354a54..bcc49b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3011,7 +3011,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "upend" -version = "0.0.62" +version = "0.0.63" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 1de4db0..02d2dd8 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.62" +version = "0.0.63" homepage = "https://upendproject.net/" repository = "https://gitlab.com/tmladek/upend/" authors = ["Tomáš Mládek "]