From 6c885def43e6347ae4e7c4395274932fa050b6e9 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Mon, 18 Nov 2024 23:52:24 +0100 Subject: [PATCH] v1.0.1 --- Gatemeter.csproj | 2 +- src/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gatemeter.csproj b/Gatemeter.csproj index e7a9824..f691689 100644 --- a/Gatemeter.csproj +++ b/Gatemeter.csproj @@ -5,7 +5,7 @@ net6.0 enable disable - 1.0.0 + 1.0.1 diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index 4a230f7..47c88c9 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -1,5 +1,5 @@ using Gatemeter; using MelonLoader; -[assembly: MelonInfo(typeof(GatemeterMod), "Gatemeter", "1.0.0", "github.com/r-o-b-o-t-o")] +[assembly: MelonInfo(typeof(GatemeterMod), "Gatemeter", "1.0.1", "github.com/r-o-b-o-t-o")] [assembly: MelonGame("Gravity Lagoon", "Gatekeeper")]