diff --git a/Cargo.lock b/Cargo.lock index 6ea9a18..2769048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fd-find" -version = "7.1.0" +version = "7.2.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5dd738f..f72bd52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "7.1.0" +version = "7.2.0" [[bin]] name = "fd" diff --git a/README.md b/README.md index bdaf6ee..575b094 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ fd -x wc -l \; -e rs Download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via: ``` bash -sudo dpkg -i fd_7.0.0_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_7.2.0_amd64.deb # adapt version number and architecture ``` ### On Debian