Bump Version

This commit is contained in:
Dietrich 2021-03-15 14:42:01 +01:00
parent 5402f43432
commit 6a87a0b88c
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2151,7 +2151,7 @@ dependencies = [
[[package]]
name = "pslink"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"actix-identity",
"actix-slog",

View File

@ -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 <dietrich@teilgedanken.de>"]
edition = "2018"