From d8ccd3ec300ffaf5230faf85c6d36fff4683609b Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Mon, 18 Dec 2023 02:02:44 +0000 Subject: [PATCH] Release v0.0.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 367ac7b..df2605a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "brewfatherlog" -version = "0.0.0-pre" +version = "0.0.0" dependencies = [ "dirs", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 80a0b05..f3858fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "brewfatherlog" description = "Log temperatures from grainfather fermenters to brewfather" -version = "0.0.0-pre" +version = "0.0.0" authors = ["Diogo Sousa "] edition = "2021"