diff --git a/Cargo.lock b/Cargo.lock index ae75d87..5bfc160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "lethe" -version = "0.1.5-dev" +version = "0.1.5" dependencies = [ "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ff0fd3f..fcb5e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lethe" -version = "0.1.5-dev" +version = "0.1.5" authors = ["kostassoid "] edition = "2018" diff --git a/README.md b/README.md index 59e225f..45ce543 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ In case of SSDs, however, it is practically impossible to prove the data was suc ## Download -Current release: **v0.1.4** +Current release: **0.1.5** Download and unzip binaries for your OS: -- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.1.4/lethe-v0.1.4-x86_64-apple-darwin.tar.gz) -- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.1.4/lethe-v0.1.4-x86_64-unknown-linux-musl.tar.gz) +- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/0.1.5/lethe-0.1.5-x86_64-apple-darwin.tar.gz) +- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/0.1.5/lethe-0.1.5-x86_64-unknown-linux-musl.tar.gz) Or build `lethe` yourself using latest [Rust toolchain](https://www.rust-lang.org/tools/install):