From 2a4788288857080d1ccff3af129cfc81b4dfdd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 25 Oct 2020 20:19:55 +0100 Subject: [PATCH] (cargo-release) version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a63f40..e7198a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "gardenserver" -version = "0.2.7-alpha.0" +version = "0.3.0" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index d8c67b1..e6672e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gardenserver" -version = "0.2.7-alpha.0" +version = "0.3.0" authors = ["Tomáš Mládek "] edition = "2018" publish = false