File tree Expand file tree Collapse file tree 4 files changed +7
-23
lines changed
Expand file tree Collapse file tree 4 files changed +7
-23
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments