From dad785a28eb6a6b5e0c38eec2bf5c769c1b71af0 Mon Sep 17 00:00:00 2001 From: "Yann A. Zankl" <55953704+parthux1@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:22:40 +0200 Subject: [PATCH] Update vcpkg.json --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 997dc0e..cf3846e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name" : "ntfy-lib", - "version-string" : "1.0.0", + "version-string" : "0.1.0", "builtin-baseline" : "6f98981f736c6482a3d80db6ba35c6ff64482cfb", "dependencies" : [ { "name" : "gtest", @@ -18,4 +18,4 @@ "name" : "cpr", "version>=" : "1.10.5#2" } ] -} \ No newline at end of file +}