summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxenozoid <xenozoid@gmail.com>2018-10-31 09:27:46 +0300
committerxenozoid <xenozoid@gmail.com>2018-10-31 09:27:46 +0300
commitf3fe4d27a345e7309727fb67b2f747227b3a4827 (patch)
treeac30c01eed8a7236611e09a6d6c0719cb4d32b67
parent175a97795f8659d798b1b1da709de587205dda0e (diff)
bump version0.5.0
-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 6065540..5b690ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
-version = "0.4.5"
+version = "0.5.0"
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 d5f5425..bf795b1 100644
--- a/README.md
+++ b/README.md
@@ -33,15 +33,15 @@ More is under way!
#### Other Linux
-[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.4.5/fselect-x86_64-linux-musl.gz).
+[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.5.0/fselect-x86_64-linux-musl.gz).
#### Windows 64bit
-A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.4.5/fselect-x86_64-win.zip) is available at Github downloads.
+A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.5.0/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.4.5/fselect-x86_64-apple-darwin.zip)
+[Precompiled on OS X Mavericks 10.9.5](https://github.com/jhspetersson/fselect/releases/download/0.5.0/fselect-x86_64-apple-darwin.zip)
#### Mac from brew