diff --git a/Cargo.lock b/Cargo.lock index 1be8f4e..ef964f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "domainlink" -version = "0.5.0" +version = "1.0.0" dependencies = [ "actix-web", "confy", diff --git a/Cargo.toml b/Cargo.toml index 7e3108a..e550746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "domainlink" -version = "0.5.0" +version = "1.0.0" 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"