diff --git a/Cargo.lock b/Cargo.lock index 20dc556..b999ae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "watchexec" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b076eba..7063c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.0.0" +version = "1.1.0" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/mattgreen/watchexec"