From 496f97441b169f7b9da8628b7fd2f26cdd9203f5 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Sun, 1 Dec 2024 20:26:05 +0000 Subject: [PATCH] Bump to version 0.1.4-pre. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a09d97..a25c1bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "brewfatherlog" -version = "0.1.3" +version = "0.1.4-pre" dependencies = [ "dirs", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 76304cb..19f3317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "brewfatherlog" description = "Log temperatures from grainfather fermenters to brewfather" -version = "0.1.3" +version = "0.1.4-pre" authors = ["Diogo Sousa "] edition = "2021"