Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 3476daa

Browse files
committed
Fixed Mod Version
1 parent 114fbf8 commit 3476daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TheOtherRoles/Main.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace TheOtherRoles
2222
public class TheOtherRolesPlugin : BasePlugin
2323
{
2424
public const string Id = "kiyomori.mugicha.theotherrolesgmkm";
25-
public const string VersionString = "1.1.0.1";
25+
public const string VersionString = "1.1.1";
2626
public static System.Version Version = System.Version.Parse(VersionString);
2727
internal static BepInEx.Logging.ManualLogSource Logger;
2828

TheOtherRoles/TheOtherRoles.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
<DebugType>embedded</DebugType>
66

7-
<Version>1.1.0.1</Version>
7+
<Version>1.1.1</Version>
88
<Description>TheOtherRolesGM Kiyomori Edition</Description>
99
<Authors>DekoKiyo</Authors>
1010

0 commit comments

Comments
 (0)