From 7776da7d20ad5b415cc524740a8d3d9845f7953f Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 8 Apr 2024 17:53:41 +0200 Subject: [PATCH] Release Candidate 0.2.0-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3694996..1be9cfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,7 +412,7 @@ dependencies = [ [[package]] name = "domainlink" -version = "0.1.0" +version = "0.2.0-rc.1" dependencies = [ "actix-web", "log", diff --git a/Cargo.toml b/Cargo.toml index 8c443ea..4a9f7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "domainlink" -version = "0.1.0" +version = "0.2.0-rc.1" 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"