From c88c4d9baf2dcb209b38def6ec4ad00295f4ea12 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 28 Dec 2023 23:04:00 +0100 Subject: [PATCH] Release Candidate 1.1.1-rc.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0d5b02..bcbd3f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.1-rc.2" +version = "1.1.1-rc.3" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index 288413b..93ba579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.1-rc.2" +version = "1.1.1-rc.3" edition = "2021" description = "Application for automatically updating Cloudflare DNS records" license = ""