From 79e0088abd895ad037102922ea94050e73bf0e9d Mon Sep 17 00:00:00 2001 From: johannesd3 Date: Thu, 13 May 2021 17:10:34 +0200 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 697af18..846c645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "win-dns-sd" description = "DNS service discovery using the native Windows 10 API" -version = "0.1.0" +version = "0.1.1" authors = ["Johannesd3 "] license = "MIT" repository = "https://github.com/Johannesd3/win-dns-sd"