From 6a87a0b88c84f01af10b416dfcf03ff31e93f945 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Mon, 15 Mar 2021 14:42:01 +0100 Subject: [PATCH] Bump Version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"