Skip to content

Commit

Permalink
Version set to 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
miru-y committed Mar 16, 2022
1 parent 434b870 commit be4714d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/Main.cs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/TheOtherRoles.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<Description>TheOtherRoles MR Edition</Description>
<Authors>Eisbison</Authors>
</PropertyGroup>
Expand Down

0 comments on commit be4714d

Please sign in to comment.