Skip to content

Commit 95105b6

Browse files
authored
chore(release): prepare 3.1.13 (#256)
chore(release): prepare 3.1.13
2 parents 7cca024 + 51b5c3f commit 95105b6

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
@@ -12,7 +12,7 @@
1212
using S1API.Lifecycle;
1313
using S1API.Map;
1414

15-
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.12", "KaBooMa")]
15+
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.13", "KaBooMa")]
1616
[assembly: MelonPriority(Int32.MinValue)]
1717
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1818
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.12</Version>
26+
<Version>3.1.13</Version>
2727
</PropertyGroup>
2828

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

0 commit comments

Comments
 (0)