diff --git a/Cargo.lock b/Cargo.lock index 80bc4fe..68fdf9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "lethe" -version = "0.1.6-dev" +version = "0.2.0" dependencies = [ "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d1b27d8..fcfe39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lethe" -version = "0.1.6-dev" +version = "0.2.0" authors = ["Konstantin Alexandroff "] description = "A command-line tool to generate cryptocurrency wallets" homepage = "https://github.com/Kostassoid/lethe" diff --git a/README.md b/README.md index e3a1949..d932046 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.5** +Current release: **v0.2.0** Download and unzip binaries for your OS: -- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.1.5/lethe-v0.1.5-x86_64-apple-darwin.tar.gz) -- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.1.5/lethe-v0.1.5-x86_64-unknown-linux-musl.tar.gz) +- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.0/lethe-v0.2.0-x86_64-apple-darwin.tar.gz) +- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.0/lethe-v0.2.0-x86_64-unknown-linux-musl.tar.gz) Or build `lethe` yourself using latest [Rust toolchain](https://www.rust-lang.org/tools/install):