bump version before publishing

This commit is contained in:
Dietrich 2021-03-15 14:17:18 +01:00
parent 7d35357531
commit d5a4541b7a
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "pslink" 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." 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>"] authors = ["Dietrich <dietrich@teilgedanken.de>"]
edition = "2018" edition = "2018"