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"