diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3adcf5c..87fba1f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.2.2 +current_version = 0.2.3 [bumpversion:file:src/main.rs] search = .version("{current_version}") // DO NOT EDIT THIS LINE MANUALLY diff --git a/Cargo.lock b/Cargo.lock index ce22972..bc2f503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "dotvanity" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 353f5d8..be5d45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotvanity" -version = "0.2.2" # DO NOT EDIT THIS LINE MANUALLY +version = "0.2.3" # DO NOT EDIT THIS LINE MANUALLY authors = ["Taneli Hukkinen "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 9bdbf8f..d258d1e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # dotvanity -> Version 0.2.2 +> Version 0.2.3 > CLI tool for generating [Substrate](https://substrate.dev/) (or [Polkadot](https://polkadot.network/)) vanity addresses diff --git a/src/main.rs b/src/main.rs index be8f21f..ee65d1a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -159,7 +159,7 @@ fn generate_matching_wallet( fn main() { let matches = clap::App::new("dotvanity") - .version("0.2.2") // DO NOT EDIT THIS LINE MANUALLY + .version("0.2.3") // DO NOT EDIT THIS LINE MANUALLY .author("Taneli Hukkinen ") .about("Polkadot/Substrate vanity address generator") .arg(