diff --git a/Cargo.lock b/Cargo.lock index bfc5b1b..68b718b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2176,7 +2176,7 @@ dependencies = [ [[package]] name = "pslink" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-identity", "actix-slog", diff --git a/Cargo.toml b/Cargo.toml index c0c005e..f56df47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pslink" -version = "0.1.0" +version = "0.2.0" 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"