diff --git a/Gatemeter.csproj b/Gatemeter.csproj index 5404b2f..c5ddfef 100644 --- a/Gatemeter.csproj +++ b/Gatemeter.csproj @@ -1,11 +1,11 @@ - + Library net6.0 enable disable - 1.0.1 + 1.1.0 diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index 47c88c9..6470323 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -1,5 +1,5 @@ using Gatemeter; using MelonLoader; -[assembly: MelonInfo(typeof(GatemeterMod), "Gatemeter", "1.0.1", "github.com/r-o-b-o-t-o")] +[assembly: MelonInfo(typeof(GatemeterMod), "Gatemeter", "1.1.0", "github.com/r-o-b-o-t-o")] [assembly: MelonGame("Gravity Lagoon", "Gatekeeper")]