From fec128243c5cc13f95d9aff7100484be4b67b236 Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 10 Apr 2024 23:32:57 +0200 Subject: [PATCH] Release 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cdfbfb..18c38dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "domainlink" -version = "1.0.2" +version = "1.0.3" dependencies = [ "actix-web", "confy", diff --git a/Cargo.toml b/Cargo.toml index f810aac..40d3d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "domainlink" -version = "1.0.2" +version = "1.0.3" edition = "2021" description = "Lightweight tool for handling (sub-)domain to URL redirects instead of having to deal with copy and pasting proxy rules" license = "GPL-3.0-or-later"