From 560a3b7b280ba106a48ac8893190b72e16dcb1b9 Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Fri, 13 Mar 2026 00:10:31 -0400 Subject: [PATCH] Bump version to 2.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e8930b..39a617f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns" -version = "2.0.1" +version = "2.0.2" dependencies = [ "chrono", "idna", diff --git a/Cargo.toml b/Cargo.toml index c3dd5cb..176208d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns" -version = "2.0.1" +version = "2.0.2" edition = "2021" description = "Access your home network remotely via a custom domain name without a static IP" license = "GPL-3.0"