Skip to content

Commit

Permalink
Version set to v2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
miru-y committed Dec 6, 2022
1 parent 513eba7 commit 186a304
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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 |
|----------|-------------|-----------------|-----------------|
| [v2.7.0](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v2.7.0) | 2022.10.25s | [TheOtherRoles v4.2.0](https://github.com/Eisbison/TheOtherRoles/releases/tag/v4.2.0)/[v4.1.1.1+](https://github.com/tomarai/TheOtherRoles/releases/tag/v4.1.1.1%2B) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v2.7.0/TheOtherRolesMR.zip)
| [v2.6.1](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v2.6.1) | 2022.10.25s | [TheOtherRoles v4.2.0](https://github.com/Eisbison/TheOtherRoles/releases/tag/v4.2.0)/[v4.1.1.1+](https://github.com/tomarai/TheOtherRoles/releases/tag/v4.1.1.1%2B) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v2.6.1/TheOtherRolesMR.zip)
| [v2.6.0](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v2.6.0) | 2022.10.25s | [TheOtherRoles v4.2.0](https://github.com/Eisbison/TheOtherRoles/releases/tag/v4.2.0)/[v4.1.1.1+](https://github.com/tomarai/TheOtherRoles/releases/tag/v4.1.1.1%2B) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v2.6.0/TheOtherRolesMR.zip)
| [v2.5.0](https://github.com/miru-y/TheOtherRoles-MR/releases/tag/MR_v2.5.0) | 2022.10.25s | [TheOtherRoles v4.2.0](https://github.com/Eisbison/TheOtherRoles/releases/tag/v4.2.0)/[v4.1.1.1+](https://github.com/tomarai/TheOtherRoles/releases/tag/v4.1.1.1%2B) |[Download](https://github.com/miru-y/TheOtherRoles-MR/releases/download/MR_v2.5.0/TheOtherRolesMR.zip)
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class TheOtherRolesPlugin : BasePlugin
{
public const string Id = "me.eisbison.theotherroles";

public const string VersionString = "2.6.1";
public const string VersionString = "2.7.0";
public static uint betaDays = 0; // amount of days for the build to be usable (0 for infinite!)

public static System.Version Version = System.Version.Parse(VersionString);
Expand Down
2 changes: 1 addition & 1 deletion TheOtherRoles/TheOtherRoles.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2.6.1</Version>
<Version>2.7.0</Version>
<Description>TheOtherRoles MR</Description>
<Authors>miru-y</Authors>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 186a304

Please sign in to comment.