From c5f339cd27284b426bb732ef9369813976d1392d Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 14 Aug 2023 21:17:37 -0400 Subject: [PATCH] Bump version to v0.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73d2452..1616d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.6" +version = "0.0.7" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen"