diff options
author | xenozoid <xenozoid@gmail.com> | 2018-10-31 09:27:46 +0300 |
---|---|---|
committer | xenozoid <xenozoid@gmail.com> | 2018-10-31 09:27:46 +0300 |
commit | f3fe4d27a345e7309727fb67b2f747227b3a4827 (patch) | |
tree | ac30c01eed8a7236611e09a6d6c0719cb4d32b67 | |
parent | 175a97795f8659d798b1b1da709de587205dda0e (diff) |
bump version0.5.0
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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"] @@ -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 |