Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed May 20, 2020
1 parent 3549718 commit 216a863
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.2.4
current_version = 0.2.5

[bumpversion:file:src/main.rs]
search = .version("{current_version}") // DO NOT EDIT THIS LINE MANUALLY
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotvanity"
version = "0.2.4" # DO NOT EDIT THIS LINE MANUALLY
version = "0.2.5" # DO NOT EDIT THIS LINE MANUALLY
authors = ["Taneli Hukkinen <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# dotvanity

<!--- Don't edit the version line below manually. Let bump2version do it for you. -->
> Version 0.2.4
> Version 0.2.5
> CLI tool for generating [Substrate](https://substrate.dev/) (or [Polkadot](https://polkadot.network/)) vanity addresses
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fn generate_matching_wallet(

fn main() {
let matches = clap::App::new("dotvanity")
.version("0.2.4") // DO NOT EDIT THIS LINE MANUALLY
.version("0.2.5") // DO NOT EDIT THIS LINE MANUALLY
.author("Taneli Hukkinen <[email protected]>")
.about("Polkadot/Substrate vanity address generator")
.arg(
Expand Down

0 comments on commit 216a863

Please sign in to comment.