diff --git a/CITATION.cff b/CITATION.cff index 4719d73..10c33f0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ message: | If you use this software, please cite it using these metadata. title: Watchexec -version: "1.20.5" -date-released: 2022-08-03 +version: "1.20.6" +date-released: 2022-09-07 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 6d5401f..5f4dcc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.20.5" +version = "1.20.6" dependencies = [ "clap", "console-subscriber", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 604d85e..40ded60 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.20.5" +version = "1.20.6" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" @@ -84,7 +84,7 @@ embed-resource = "1.6.1" dev-console = ["console-subscriber"] [package.metadata.binstall] -pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.{ archive-format }" +pkg-url = "{ repo }/releases/download/v{ version }/watchexec-{ version }-{ target }.{ archive-format }" bin-dir = "watchexec-{ version }-{ target }/{ bin }{ binary-ext }" pkg-fmt = "txz" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index 68a48ca..d9ec03d 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@