From 079ec6e412f14e784c408bc0996f0276db49b922 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 31 May 2022 23:01:37 -0400 Subject: [PATCH] bump version to v0.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72e4ff3..f4cde20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "runwhen" -version = "0.0.4" +version = "0.0.5" dependencies = [ "clap", "humantime", diff --git a/Cargo.toml b/Cargo.toml index a4c7c42..2068dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.4" +version = "0.0.5" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen"