Skip to content

Commit b6d350b

Browse files
committed
chore: bump to 3.0.0
1 parent 8d74dc4 commit b6d350b

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
@@ -5,7 +5,7 @@
55
using S1API.Lifecycle;
66
using S1API.Map;
77

8-
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "2.9.9", "KaBooMa")]
8+
[assembly: MelonInfo(typeof(S1API.S1API), "S1API (Forked by Bars)", "3.0.0", "KaBooMa")]
99
[assembly: MelonPriority(Int32.MinValue)]
1010
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
1111
namespace S1API

S1API/S1API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<RootNamespace>S1API</RootNamespace>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2323
<LangVersion>latest</LangVersion>
24-
<Version>2.9.8</Version>
24+
<Version>3.0.0</Version>
2525
</PropertyGroup>
2626

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

0 commit comments

Comments
 (0)