summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxenozoid <xenozoid@gmail.com>2018-11-26 22:02:42 +0300
committerxenozoid <xenozoid@gmail.com>2018-11-26 22:02:42 +0300
commit964e793607eb9897ea5cf86d8fb936be79242c96 (patch)
treeaa880cdca1f28dadb0094dd07efb3b7bebc29516
parentf27cf1f77917fa09267392cd4fea1bd95ff625b0 (diff)
bump version0.5.1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5530e7..443f2f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.5.0"
+version = "0.5.1"
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 0a763c7..8718d34 100644
--- a/README.md
+++ b/README.md
@@ -34,15 +34,15 @@ More is under way!
#### Other Linux
-[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.5.0/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.5.1/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.5.0/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.5.1/fselect-x86_64-win.zip) is available at Github downloads.
#### Mac
-[Precompiled on OS X Mavericks 10.9.5](https://github.com/jhspetersson/fselect/releases/download/0.5.0/fselect-x86_64-apple-darwin.zip)
+[Precompiled on OS X Mavericks 10.9.5](https://github.com/jhspetersson/fselect/releases/download/0.5.1/fselect-x86_64-apple-darwin.zip)
#### Mac from brew