diff --git a/Cargo.lock b/Cargo.lock index 32e037cbe..f4727fc34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -335,7 +335,7 @@ dependencies = [ [[package]] name = "fselect" -version = "0.7.3" +version = "0.7.4" dependencies = [ "ansi_term", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index cb01fe0e0..8190ac78f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.7.3" +version = "0.7.4" authors = ["jhspetersson "] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] diff --git a/README.md b/README.md index 495d0b2f5..fc9ff7c9e 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ More is under way! #### Other Linux -[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.3/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.4/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.3/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.4/fselect-x86_64-win.zip) is available at Github downloads. #### Windows from Chocolatey