Skip to content

Commit

Permalink
(cargo-release) version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid committed Sep 23, 2019
1 parent b906acf commit 0b6887f
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.2.2-dev"
version = "0.2.2"
authors = ["Konstantin Alexandroff <[email protected]>"]
description = "A secure, free, cross-platform and open-source drive wiping utility"
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.2.1**
Current release: **v0.2.2**

Download and unzip binaries for your OS:
- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.1/lethe-v0.2.1-x86_64-apple-darwin.tar.gz)
- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.1/lethe-v0.2.1-x86_64-unknown-linux-musl.tar.gz)
- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.2/lethe-v0.2.2-x86_64-apple-darwin.tar.gz)
- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.2/lethe-v0.2.2-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 0b6887f

Please sign in to comment.