From cdb3ce6f2a58a8dbb19f09f17beb9ba6cf5bf3e1 Mon Sep 17 00:00:00 2001 From: jhspetersson Date: Sat, 30 Dec 2023 14:18:50 +0100 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 6077c1c3..c4767b82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "fselect" -version = "0.8.4" +version = "0.8.5" dependencies = [ "bytecount", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1b48ecb5..222a5b87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fselect" -version = "0.8.4" +version = "0.8.5" authors = ["jhspetersson "] description = "Find files with SQL-like queries" keywords = ["find", "files", "sql", "query", "tool"] diff --git a/README.md b/README.md index 2c131840..207bc6a0 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.4/fselect-x86_64-linux-musl.gz). +[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.5/fselect-x86_64-linux-musl.gz). #### Windows 64bit -A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.4/fselect-x86_64-win.zip) is available at Github downloads. +A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.5/fselect-x86_64-win.zip) is available at Github downloads. #### Windows via winget