summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhspetersson <jhspetersson@gmail.com>2020-11-20 20:26:50 +0300
committerjhspetersson <jhspetersson@gmail.com>2020-11-20 20:26:50 +0300
commit30b32445e1def83bf4c5fd22e4f828f85672085a (patch)
treebf2d444a143aef29eb7fa5ea72c4d34105eb4554
parentbc8e3e7894baaa0d028279da6b2ae8811a86ebf2 (diff)
bump version0.7.2
-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 d5bba49..5a3bed7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -276,7 +276,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fselect"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"ansi_term",
"app_dirs",
diff --git a/Cargo.toml b/Cargo.toml
index 5511727..c94e731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.7.1"
+version = "0.7.2"
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 12c4b9b..fbd5859 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.1/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.7.2/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.1/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.7.2/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows from Chocolatey