diff --git a/Cargo.lock b/Cargo.lock index bc5e8f2..a6463f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2151,7 +2151,7 @@ dependencies = [ [[package]] name = "pslink" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix-identity", "actix-slog", diff --git a/Cargo.toml b/Cargo.toml index d6421e3..a41f4da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pslink" -version = "0.2.0" +version = "0.2.1" description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers." authors = ["Dietrich "] edition = "2018"