From 569c34f13570d0b905e5a30a13de82244bafb626 Mon Sep 17 00:00:00 2001 From: DEADBLACKCLOVER Date: Tue, 7 Jun 2022 13:47:28 +0700 Subject: [PATCH] Fix --- README.md | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c40caa..6a57101 100644 --- a/README.md +++ b/README.md @@ -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 Generator of addresses and mnemonic phrases for blockchains diff --git a/src/main.rs b/src/main.rs index daa93aa..9d01e38 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ mod polkadot_generator; fn main() { let matches = App::new("walletgen") - .version("1.0.0") + .version("1.0.1") .author("DEADBLACKCLOVER ") .about("Generator of addresses and mnemonic phrases for blockchains") .subcommand(SubCommand::with_name("cyber").about("cyber blockchain"))