summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhspetersson <jhspetersson@gmail.com>2021-11-19 17:35:50 +0300
committerjhspetersson <jhspetersson@gmail.com>2021-11-19 17:35:50 +0300
commit98e1a65ab360d0d2727de4b8141d0f3b236f9e71 (patch)
tree2f58f9e9d125f1dd6bc9e8733c54f2675043ced7
parentb0da9ddfaabf2c9e979f040693bb1165ca590904 (diff)
bump version0.7.8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1077cad..b0a8871 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -370,7 +370,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fselect"
-version = "0.7.7"
+version = "0.7.8"
dependencies = [
"ansi_term",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 39f4ded..636e6c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.7.7"
+version = "0.7.8"
authors = ["jhspetersson <jhspetersson@gmail.com>"]
description = "Find files with SQL-like queries"
keywords = ["find", "files", "sql", "query", "tool"]
diff --git a/README.md b/README.md
index f1abf8c..0fb202e 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.7/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.7/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.8/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows via Chocolatey