(cargo-release) version 0.0.50

feat/vaults v0.0.50
Tomáš Mládek 2022-02-15 01:21:29 +01:00
parent 27f1102169
commit 3da153296e
No known key found for this signature in database
GPG Key ID: 65E225C8B3E2ED8A
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2875,7 +2875,7 @@ checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
[[package]]
name = "upend"
version = "0.0.49"
version = "0.0.50"
dependencies = [
"actix",
"actix-files",

View File

@ -1,7 +1,7 @@
[package]
name = "upend"
description = "A user-oriented all-purpose graph database."
version = "0.0.49"
version = "0.0.50"
homepage = "https://upendproject.net/"
repository = "https://gitlab.com/tmladek/upend/"
authors = ["Tomáš Mládek <t@mldk.cz>"]