Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o committed Mar 5, 2025
1 parent 563f810 commit f2ff5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gatemeter.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]

0 comments on commit f2ff5ba

Please sign in to comment.