summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxenozoid <xenozoid@gmail.com>2019-11-11 08:04:37 +0300
committerxenozoid <xenozoid@gmail.com>2019-11-11 08:04:37 +0300
commitc975344caf26dd2ac8c15a82aec3cfa89a47355c (patch)
treee765a119b0e81f5a3b6ae811839898c1a94644a8
parentcc1488a4c8ec69e94e94d7d73df4a1c975a5419d (diff)
bump version0.6.7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
-rw-r--r--src/main.rs2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f23626..e18c593 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.6"
+version = "0.6.7"
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 db01b0a..37f90cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.6.6"
+version = "0.6.7"
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 d4bf2a6..75e7f5d 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,11 @@ More is under way!
#### Other Linux
-[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.6/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.6.7/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.6/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.6.7/fselect-x86_64-win.zip) is available at Github downloads.
#### Windows from Chocolatey
diff --git a/src/main.rs b/src/main.rs
index 2eec0cd..9197815 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -100,7 +100,7 @@ fn main() {
fn short_usage_info(no_color: bool) {
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
- print!("FSelect utility ");
+ print!("fselect ");
if no_color {
println!("{}", VERSION);