From 64955cc6942aaf9ffee8096aa861fef1c22b2f07 Mon Sep 17 00:00:00 2001 From: blob42 Date: Sat, 12 Oct 2024 01:26:09 +0200 Subject: [PATCH] bump v0.1.1 Signed-off-by: blob42 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 937f9bb..23702b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ readme = "README.md" keywords = ["process", "monitoring", "scheduler", "timer", "resource-control"] categories = ["command-line-utilities", "config", "os"] description = "minimalist process monitoring and task scheduler" -version = "0.1.0" +version = "0.1.1" edition = "2021" default-run = "pswatch"