summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhspetersson <jhspetersson@gmail.com>2023-05-12 09:46:57 +0200
committerjhspetersson <jhspetersson@gmail.com>2023-05-12 09:46:57 +0200
commitb833e6df291adf1242537415aadec9f7bd43f58a (patch)
treec4d516839b59de02a71116b6a0e9cdf4c61c2bc2
parent17aa71cbb35cc61ef1fc92483018972445ac1b5e (diff)
bump version0.8.3
-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 30926e0..df715a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -512,7 +512,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fselect"
-version = "0.8.2"
+version = "0.8.3"
dependencies = [
"atty",
"bytecount",
diff --git a/Cargo.toml b/Cargo.toml
index b36c6ea..98da84e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.8.2"
+version = "0.8.3"
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 402d66c..3625cfa 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.2/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.3/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.2/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.3/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows via Chocolatey