From: bavari Date: Wed, 26 Jan 2022 19:12:28 +0000 (+0100) Subject: Merge branch 'main' into v-3-4-1 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=47d4b0a32aa260f30dc9a59005caabd7aeafecdb;p=rhonda%2Ftheotherroles.git Merge branch 'main' into v-3-4-1 --- 47d4b0a32aa260f30dc9a59005caabd7aeafecdb diff --cc TheOtherRoles/Main.cs index f312ba7,a9c6202..b70e32f --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@@ -21,7 -21,9 +21,8 @@@ namespace TheOtherRole public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; + - public const string VersionString = "3.4.0"; - + public const string VersionString = "3.4.1"; public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger;