Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid committed Sep 16, 2019
1 parent 319386a commit ade84c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lethe"
version = "0.1.6-dev"
version = "0.2.0"
authors = ["Konstantin Alexandroff <[email protected]>"]
description = "A command-line tool to generate cryptocurrency wallets"
homepage = "https://github.com/Kostassoid/lethe"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit ade84c4

Please sign in to comment.