From be4714da193188c44d8f882c31fa970805bdf164 Mon Sep 17 00:00:00 2001 From: miru-y Date: Wed, 16 Mar 2022 19:03:36 +0900 Subject: [PATCH] Version set to 1.6.2. --- README.md | 1 + TheOtherRoles/Main.cs | 2 +- TheOtherRoles/TheOtherRoles.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a27ec0f43..b63216294 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This mod is not affiliated with Among Us or Innersloth LLC, and the content cont # Releases | Mod Version | Among Us - Version | The Other Roles/The Other Roles+ - Version | Link | |----------|-------------|-----------------|-----------------| +| [v1.6.2](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v1.6.2) | 2022.2.8s | [TheOtherRoles v3.4.3](https://github.com/Eisbison/TheOtherRoles/releases/tag/v3.4.3)/[For v2022.2.8](https://github.com/tomarai/TheOtherRoles/releases/tag/hotfix-0) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v1.6.2/TheOtherRolesMR.zip) | [v1.6.1](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v1.6.1) | 2022.2.8s | [TheOtherRoles v3.4.3](https://github.com/Eisbison/TheOtherRoles/releases/tag/v3.4.3)/[For v2022.2.8](https://github.com/tomarai/TheOtherRoles/releases/tag/hotfix-0) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v1.6.1/TheOtherRolesMR.zip) | [v1.6.0](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v1.6.0) | 2022.2.8s | [TheOtherRoles v3.4.3](https://github.com/Eisbison/TheOtherRoles/releases/tag/v3.4.3)/[For v2022.2.8](https://github.com/tomarai/TheOtherRoles/releases/tag/hotfix-0) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v1.6.0/TheOtherRolesMR.zip) | [v1.5.0](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v1.5.0) | 2022.2.8s | [TheOtherRoles v3.4.3](https://github.com/Eisbison/TheOtherRoles/releases/tag/v3.4.3)/[For v2022.2.8](https://github.com/tomarai/TheOtherRoles/releases/tag/hotfix-0) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v1.5.0/TheOtherRolesMR.zip) diff --git a/TheOtherRoles/Main.cs b/TheOtherRoles/Main.cs index 132542fcb..82826b181 100644 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@ -22,7 +22,7 @@ public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; - public const string VersionString = "1.6.1"; + public const string VersionString = "1.6.2"; public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger; diff --git a/TheOtherRoles/TheOtherRoles.csproj b/TheOtherRoles/TheOtherRoles.csproj index b89a7942d..5c3d0bc3b 100644 --- a/TheOtherRoles/TheOtherRoles.csproj +++ b/TheOtherRoles/TheOtherRoles.csproj @@ -1,7 +1,7 @@ netstandard2.1 - 1.6.1 + 1.6.2 TheOtherRoles MR Edition Eisbison