diff --git a/CITATION.cff b/CITATION.cff index d8bdf82..48d95c5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: | If you use this software, please cite it using these metadata. title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it" -version: "1.22.0" -date-released: 2023-03-18 +version: "1.22.1" +date-released: 2023-03-22 repository-code: https://github.com/watchexec/watchexec license: Apache-2.0 diff --git a/Cargo.lock b/Cargo.lock index 414b7ab..6b9a44d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3864,7 +3864,7 @@ dependencies = [ [[package]] name = "watchexec-cli" -version = "1.22.0" +version = "1.22.1" dependencies = [ "argfile", "bosion", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 2bcd474..116ac35 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec-cli" -version = "1.22.0" +version = "1.22.1" authors = ["FĂ©lix Saparelli ", "Matt Green "] license = "Apache-2.0" diff --git a/crates/cli/watchexec.exe.manifest b/crates/cli/watchexec.exe.manifest index 0d8cf33..c8e3316 100644 --- a/crates/cli/watchexec.exe.manifest +++ b/crates/cli/watchexec.exe.manifest @@ -3,7 +3,7 @@