Skip to content

Commit

Permalink
Bump version: 0.2.7 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Jun 10, 2020
1 parent 47bd602 commit 0a48de5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.7
current_version = 1.0.0

[bumpversion:file:src/main.rs]
search = .version("{current_version}") // DO NOT EDIT THIS LINE MANUALLY
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7" # DO NOT EDIT THIS LINE MANUALLY
version = "1.0.0" # 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 @@ -4,7 +4,7 @@
# dotvanity

<!--- Don't edit the version line below manually. Let bump2version do it for you. -->
> Version 0.2.7
> Version 1.0.0
> 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 @@ -177,7 +177,7 @@ fn generate_matching_wallet(

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

0 comments on commit 0a48de5

Please sign in to comment.