(cargo-release) version 0.0.48

feat/vaults v0.0.48
Tomáš Mládek 2022-02-13 12:56:50 +01:00
parent 0ef7ea5b3a
commit 7a31797451
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.47"
version = "0.0.48"
dependencies = [
"actix",
"actix-files",

View File

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