From 38c74c2b54b6df668a09d39e3eaeb9d605a2b7a9 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Wed, 11 Jan 2017 15:26:38 +0100 Subject: [PATCH] Updates version to 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"