From 14d84922953f71534fe2f8f75620629d10e087e1 Mon Sep 17 00:00:00 2001 From: Matthias Herzog <37505324+kegato@users.noreply.github.com> Date: Sun, 30 Sep 2018 12:14:20 +0200 Subject: [PATCH] 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18f1ea7..43ce6bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,7 +395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "1.0.4" +version = "1.1.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 88b4944..f21a2ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "1.0.4" +version = "1.1.0" 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 7c6ae1e..be14ffe 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.0.4") + .version("1.1.0") .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")