From 2cedbf30e46a3fd33d6dfd7f32d81aae6eefcada Mon Sep 17 00:00:00 2001 From: Jorge Bolois Date: Sat, 3 Feb 2024 12:18:44 +0100 Subject: [PATCH] upgrading version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8043fc..45c32b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mtemp" description = "Simple personal CLI tool for monitoring temperatures" license = "MIT" authors = ["Midefos "] -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://git.midefos.com/midefos/temp/" readme = "README.md"