From 9c45603ee69781d537228f3fdaa177585f820b7b Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 28 Dec 2023 23:43:54 +0100 Subject: [PATCH] Release Candidate 1.1.1-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0013a6c..0bcb71f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.1-rc.4" +version = "1.1.1-rc.1" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index 7397306..b59af23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.1-rc.4" +version = "1.1.1-rc.1" edition = "2021" description = "Application for automatically updating Cloudflare DNS records" license = "GPL-3.0-or-later"