diff --git a/Cargo.lock b/Cargo.lock index 922b376..3afa443 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,7 +972,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.16.0" +version = "1.16.1" dependencies = [ "assert_cmd", "clap", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1f0b854..81e0b19 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.16.0" +version = "1.16.1" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" diff --git a/cli/tests/snapshots/help__help_unix.snap b/cli/tests/snapshots/help__help_unix.snap index 9ed5f13..ef5f95b 100644 --- a/cli/tests/snapshots/help__help_unix.snap +++ b/cli/tests/snapshots/help__help_unix.snap @@ -3,7 +3,7 @@ source: cli/tests/help.rs expression: String::from_utf8(output.stdout).unwrap() --- -watchexec 1.16.0 +watchexec 1.16.1 Execute commands when watched files change USAGE: diff --git a/cli/tests/snapshots/help__help_windows.snap b/cli/tests/snapshots/help__help_windows.snap index dfa219d..60133c9 100644 --- a/cli/tests/snapshots/help__help_windows.snap +++ b/cli/tests/snapshots/help__help_windows.snap @@ -3,7 +3,7 @@ source: cli/tests/help.rs expression: String::from_utf8(output.stdout).unwrap() --- -watchexec 1.16.0 +watchexec 1.16.1 Execute commands when watched files change USAGE: diff --git a/cli/watchexec.exe.manifest b/cli/watchexec.exe.manifest index 342e9f1..2988470 100644 --- a/cli/watchexec.exe.manifest +++ b/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@