Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o committed Nov 18, 2024
1 parent e2beaf0 commit 6c885de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gatemeter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>1.0.0</Version>
<Version>1.0.1</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.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")]

0 comments on commit 6c885de

Please sign in to comment.