From 973741f7bbc77c84de3fa156292d2bde5fc4b003 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 14:28:22 +0100 Subject: [PATCH] Release 1.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59f8d92..944b60f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.2" +version = "1.1.3" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index c21bd4c..9985f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.2" +version = "1.1.3" edition = "2021" description = "Application for automatically updating Cloudflare DNS records" license = "GPL-3.0-or-later"