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"))