Skip to content

Commit 009a534

Browse files
committed
chore(release): bump S1API to 3.1.2
1 parent 63230eb commit 009a534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

S1API/S1API.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using S1API.Lifecycle;
1212
using S1API.Map;
1313

14-
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.1", "KaBooMa")]
14+
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.2", "KaBooMa")]
1515
[assembly: MelonPriority(Int32.MinValue)]
1616
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1717
namespace S1API

S1API/S1API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<NoWarn>$(NoWarn);1591</NoWarn>
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<LangVersion>latest</LangVersion>
26-
<Version>3.1.1</Version>
26+
<Version>3.1.2</Version>
2727
</PropertyGroup>
2828

2929
<PropertyGroup Condition="'$(Configuration)' == 'MonoMelon'">

0 commit comments

Comments
 (0)