diff --git a/Cargo.lock b/Cargo.lock index fe8c990..d2d3806 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gitconfig2json_cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.27.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3e36485..d8d814b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ keywords = ["git"] license = "MIT/Apache-2.0" name = "gitconfig2json_cli" repository = "https://github.com/packsaddle/rust-gitconfig2json_cli/" -version = "0.1.0" +version = "0.1.1" [[bin]] name = "gitconfig2json"