From bff7057c453f0ef21af09b477a4b989a9c8223a2 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 8 Jan 2024 09:47:31 +0100 Subject: [PATCH] Release 1.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 944b60f..127c67e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.3" +version = "1.1.4" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index ebe5ffb..1f90ea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.3" +version = "1.1.4" edition = "2021" description = "Application for automatically updating Cloudflare DNS records" license = "GPL-3.0-or-later"