From 788498115a4fce7d3bc8c661b208a4290214dbad Mon Sep 17 00:00:00 2001 From: jhspetersson Date: Thu, 8 Oct 2020 11:32:40 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bce12c1b2..1ee614428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fselect" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a271bae7b..551172772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.7.0" +version = "0.7.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 78722d014..2cdc403cd 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.0/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.1/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.0/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.1/fselect-x86_64-win.zip) is available at Github downloads. #### Windows from Chocolatey