Skip to content

Commit f8f7442

Browse files
committed
v5.1.1 Source Code
1 parent 4f393c0 commit f8f7442

File tree

4 files changed

+7
-23
lines changed

4 files changed

+7
-23
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Join our [Discord](https://discord.gg/ugyc4EVUYZ) if you have any problems or wa
3939
# Releases
4040
| Among Us - Version| Mod Version | Link |
4141
|----------|-------------|-----------------|
42+
| 2024.9.4s & 2024.9.4e | v5.1.1 | [Download](https://github.com/eDonnes124/Town-Of-Us/releases/download/v5.1.1/ToU.v5.1.1.zip) |
4243
| 2024.9.4s & 2024.9.4e | v5.1.0 | [Download](https://github.com/eDonnes124/Town-Of-Us/releases/download/v5.1.0/ToU.v5.1.0.zip) |
4344
| 2024.3.5s & 2024.3.5e | v5.0.4 | [Download](https://github.com/eDonnes124/Town-Of-Us/releases/download/v5.0.4/ToU.v5.0.4.zip) |
4445
| 2023.11.28s & 2023.11.28e | v5.0.3 | [Download](https://github.com/eDonnes124/Town-Of-Us/releases/download/v5.0.3/ToU.v5.0.3.zip) |
@@ -104,6 +105,10 @@ Join our [Discord](https://discord.gg/ugyc4EVUYZ) if you have any problems or wa
104105
<details>
105106
<summary> Changelog </summary>
106107
<details>
108+
<summary> v5.1.1 </summary>
109+
<ul> <li>Hotfix Versioning Issue</li> </ul>
110+
</details>
111+
<details>
107112
<summary> v5.1.0 </summary>
108113
<ul> <li>Compatibility with the new Among Us version v2024.9.4</li> </ul>
109114
<ul> <li>New Role: Hypnotist</li> </ul>

source/TownOfUs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace TownOfUs
3030
public class TownOfUs : BasePlugin
3131
{
3232
public const string Id = "com.slushiegoose.townofus";
33-
public const string VersionString = "5.1.0";
33+
public const string VersionString = "5.1.1";
3434
public static System.Version Version = System.Version.Parse(VersionString);
3535
public const string VersionTag = "<color=#ff33fc></color>";
3636

source/TownOfUs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<Version>5.1.0</Version>
4+
<Version>5.1.1</Version>
55
<DebugType>embedded</DebugType>
66
<LangVersion>latest</LangVersion>
77
</PropertyGroup>

source/Versioning.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)