Skip to content

Commit 543578b

Browse files
committed
chore(release): bump S1API to 3.1.0-beta.3
1 parent 2267371 commit 543578b

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
@@ -7,7 +7,7 @@
77
using S1API.Lifecycle;
88
using S1API.Map;
99

10-
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.0-beta.1", "KaBooMa")]
10+
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.1.0-beta.3", "KaBooMa")]
1111
[assembly: MelonPriority(Int32.MinValue)]
1212
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1313
namespace S1API

S1API/S1API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<LangVersion>latest</LangVersion>
25-
<Version>3.1.0-beta.2</Version>
25+
<Version>3.1.0-beta.3</Version>
2626
</PropertyGroup>
2727

2828
<PropertyGroup Condition="'$(Configuration)' == 'MonoMelon' or '$(Configuration)' == 'MonoBepInEx'">

0 commit comments

Comments
 (0)