diff --git a/Cargo.lock b/Cargo.lock index a806b57..0f06fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "crab-hole" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "ariadne", diff --git a/Cargo.toml b/Cargo.toml index 7ec43ae..f0811f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crab-hole" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "Pi-Hole clone written in rust using hickory-dns/trust-dns" repository = "https://github.com/LuckyTurtleDev/crab-hole"