From 22a01d13268ebedebdd162a37a4920d4e34b8dbc Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Mon, 15 Apr 2024 11:25:51 +0200 Subject: [PATCH] chore: fix iroh-dns-server cargo.toml --- iroh-dns-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iroh-dns-server/Cargo.toml b/iroh-dns-server/Cargo.toml index a1fd999712..96afd9d4bf 100644 --- a/iroh-dns-server/Cargo.toml +++ b/iroh-dns-server/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "iroh-dns-server" -version = "0.1.0" +version = "0.13.0" edition = "2021" description = "A pkarr relay and DNS server" license = "MIT OR Apache-2.0" authors = ["Frando ", "n0 team"] -repository = "https://github.com/n0-computer/iroh-dns-server" +repository = "https://github.com/n0-computer/iroh" keywords = ["networking", "pkarr", "dns", "dns-server", "iroh"] readme = "README.md"