Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblackclover committed Jun 7, 2022
1 parent 59fdb51 commit 569c34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you have Debian/Ubuntu: [Releases](https://github.com/CipherDogs/wallet-gener
## Usage

```bash
walletgen 1.0.0
walletgen 1.0.1
DEADBLACKCLOVER <deadblackclover@protonmail.com>
Generator of addresses and mnemonic phrases for blockchains

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod polkadot_generator;

fn main() {
let matches = App::new("walletgen")
.version("1.0.0")
.version("1.0.1")
.author("DEADBLACKCLOVER <deadblackclover@protonmail.com>")
.about("Generator of addresses and mnemonic phrases for blockchains")
.subcommand(SubCommand::with_name("cyber").about("cyber blockchain"))
Expand Down

0 comments on commit 569c34f

Please sign in to comment.