diff --git a/Cargo.lock b/Cargo.lock index 769576c3e..4c8c53140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fselect" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 8af25abcf..da28b0332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.8.0" +version = "0.8.1" authors = ["jhspetersson "] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] diff --git a/README.md b/README.md index 0652b5ec5..98a61d3af 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.8.0/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.1/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.0/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.1/fselect-x86_64-win.zip) is available at Github downloads. #### Windows via Chocolatey