diff --git a/Cargo.lock b/Cargo.lock index d77606b..b73d017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "axfrnotify" -version = "0.0.1" +version = "0.0.3" dependencies = [ "clap 2.19.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6ed99e7..3b500af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axfrnotify" -version = "0.0.1" +version = "0.0.3" authors = ["Lukas Pustina "] description = "Sends an NOTIFY message to a secondary name server to initiate a zone refresh for a specific domain name." repository = "https://github.com/lukaspustina/axfr_notify.git"