]> git.deb.at Git - rhonda/theotherroles.git/commitdiff
Merge branch 'main' into v-3-3-3
authorbavari <info@dominikwierl.com>
Mon, 20 Dec 2021 22:03:55 +0000 (23:03 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Dec 2021 22:03:55 +0000 (23:03 +0100)
1  2 
README.md
TheOtherRoles/Main.cs

diff --cc README.md
index cc272772d2f0bfecdfc44bb4005669c299832d27,54f6936077f13071383b449ae3b3a697beb9724c..70619735651bf4a32aa76ca1c568886eab01ad34
+++ b/README.md
@@@ -92,13 -91,6 +92,13 @@@ The [Role Assignment](#role-assignment
  <details>
    <summary>Click to show the Changelog</summary>
  
-   
 +**Version 3.3.3**
 +- Fixed a bug where a guessed Guesser could guess
 +- Fixed a bug where buttons were visible during the meeting
 +- Removed Hacker vitals for Skeld & dlekS
 +- Changed the Guesser option "Other Guesser Spawn Rate" to "Both Guesser Spawn Rate" (now only take effect when the chance for the first guesser was successful)
 +- Changed Hacker vitals to doorlog for MIRA HQ
++
  **Version 3.3.2**
  - Fixed a bug where you can't create a lobby on Among Us 2021.12.15
  
index bf0f5f07251fcc99cf9c2b3ff94b62f7e4bba8b6,8db5cf6c071f25700a10d70c23beb5382093e5b1..175186d23c78c2564e6a4bca3fd7c03b4952b4a5
@@@ -21,7 -21,7 +21,9 @@@ namespace TheOtherRole
      public class TheOtherRolesPlugin : BasePlugin
      {
          public const string Id = "me.eisbison.theotherroles";
 -        public const string VersionString = "3.3.2";
++
 +        public const string VersionString = "3.3.3";
++
          public static System.Version Version = System.Version.Parse(VersionString);
          internal static BepInEx.Logging.ManualLogSource Logger;