From 268d54cb8297f4822cd6e690f167df8e3eae53bc Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 10 Oct 2023 01:17:18 -0400 Subject: [PATCH] Change version --- Winch/Winch.nuspec | 10 +++++++--- Winch/mod_meta.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Winch/Winch.nuspec b/Winch/Winch.nuspec index 953e36a8..f507f1e8 100644 --- a/Winch/Winch.nuspec +++ b/Winch/Winch.nuspec @@ -3,12 +3,16 @@ false - 0.2.0 + $version$ Winch Winch - xen-42 + Hacktix, xen-42 + xen-42 A Harmony-based mod loader for the game Dredge. - + MIT + + + diff --git a/Winch/mod_meta.json b/Winch/mod_meta.json index 87e78efb..80d93197 100644 --- a/Winch/mod_meta.json +++ b/Winch/mod_meta.json @@ -2,5 +2,5 @@ "Name": "Winch", "Author": "Hacktix", "ModGUID": "hacktix.winch", - "Version": "0.2.0" + "Version": "0.2.1" }