bump version to v0.0.5

This commit is contained in:
Jeremy Wall 2022-05-31 23:01:37 -04:00
parent ebb999af95
commit 079ec6e412
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -248,7 +248,7 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]] [[package]]
name = "runwhen" name = "runwhen"
version = "0.0.4" version = "0.0.5"
dependencies = [ dependencies = [
"clap", "clap",
"humantime", "humantime",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "runwhen" name = "runwhen"
version = "0.0.4" version = "0.0.5"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"] authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "Runs a command on user specified triggers." description = "Runs a command on user specified triggers."
repository = "https://github.com/zaphar/runwhen" repository = "https://github.com/zaphar/runwhen"