From 72a1eceeef45205c8dfa2d1826203b0348ca66f3 Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sat, 18 Mar 2023 12:08:51 +0000 Subject: [PATCH] 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39d4e51..5773186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmdns" -version = "0.7.4" +version = "0.7.5" authors = ["Will Stott "] description = "mDNS Responder library for building discoverable LAN services in Rust"