From a0c256f6bd82241ecc380f22af25d8f734632bf0 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Wed, 22 Sep 2021 12:23:35 +0200 Subject: [PATCH] Release v0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4369c7f..f72adc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "acme-redirect" -version = "0.5.2" +version = "0.5.3" dependencies = [ "acme-micro", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 7307861..d67c868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme-redirect" -version = "0.5.2" +version = "0.5.3" description = "Tiny http daemon that answers acme challenges and redirects everything else to https" authors = ["kpcyrd "] license = "GPL-3.0"