From d5a4541b7a8e3882f9724094beea68cc7b1b03a4 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Mon, 15 Mar 2021 14:17:18 +0100 Subject: [PATCH] bump version before publishing --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"