summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxenozoid <xenozoid@gmail.com>2020-01-07 09:39:57 +0300
committerxenozoid <xenozoid@gmail.com>2020-01-07 09:39:57 +0300
commit596d25e3c78efbc200e6fb82d4b323ff23c597f4 (patch)
treee414950bddaff754116698ea662a6dafff5920b3
parentbd8c1ea051a1065e3bd7e8b56679415218777e1b (diff)
bump version0.6.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 383cb2f..d079b3b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,7 +227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fselect"
-version = "0.6.7"
+version = "0.6.8"
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 0710164..8730f4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.6.7"
+version = "0.6.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 ec81f86..4a659b7 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,11 @@ More is under way!
#### Other Linux
-[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.7/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.8/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.7/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.8/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows from Chocolatey