From 7bce901323de74209d4761bdc7936da92f7474c3 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 26 Apr 2017 18:58:46 -0500 Subject: [PATCH] Update the minor version to 0.0.3 A new flag was introduced for one of the commands. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cc6837..c4ac868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.2" +version = "0.0.3" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen"