diff --git a/Cargo.lock b/Cargo.lock index 689e44a..df92826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "1.1.0" +version = "1.1.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8c34a65..d7cbc39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "1.1.0" +version = "1.1.1" description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx" authors = ["Matthias Herzog "] readme = "README.md" diff --git a/src/main.rs b/src/main.rs index 728a1df..f4624bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ fn read_credentials(path: &str) -> Result<(String, String), &'static str> { fn run() -> Result<(), String> { let mut app = App::new("letsencrypt-inwx") - .version("1.1.0") + .version("1.1.1") .about("A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx") .subcommand(SubCommand::with_name("create") .about("create a TXT record")