From 5b9218b14212cba1834e624915b3ea771c04bbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 25 Jul 2021 17:31:27 +0200 Subject: [PATCH] (cargo-release) version 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f728722..d082824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "gardenserver" -version = "0.8.1-alpha.0" +version = "0.8.1" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 2303b68..a2637d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gardenserver" -version = "0.8.1-alpha.0" +version = "0.8.1" authors = ["Tomáš Mládek "] edition = "2018" publish = false