From 3aa1c7c0b6f7e93fbf428dc40c48684d22c59bbc Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 26 Feb 2022 15:23:52 -0500 Subject: [PATCH] Version 0.1.4 Signed-off-by: Andrew Gunnerson --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c998679..676ae65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "ddns-updater" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index e39083d..e852077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A simple RFC 2136 dynamic DNS updater" repository = "https://github.com/chenxiaolong/ddns-updater" readme = "README.md" license = "GPL-3.0" -version = "0.1.3" +version = "0.1.4" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html