File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace NewMod;
3737public partial class NewMod : BasePlugin , IMiraPlugin
3838{
3939 public const string Id = "com.callofcreator.newmod" ;
40- public const string ModVersion = "1.1 .0" ;
40+ public const string ModVersion = "1.2 .0" ;
4141 public Harmony Harmony { get ; } = new Harmony ( Id ) ;
4242 public static BasePlugin Instance ;
4343 public static Minigame minigame ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <VersionPrefix >1.1 .0</VersionPrefix >
3+ <VersionPrefix >1.2 .0</VersionPrefix >
44 <VersionSuffix >dev</VersionSuffix >
55 <Description >NewMod is a mod for Among Us that introduces a variety of new roles, unique abilities</Description >
66 <Authors >CallofCreator</Authors >
Original file line number Diff line number Diff line change 3838| -------------| ---------------------| ------|
3939| v1.0.0 | 2024.8.13 & 2024.10.29 | [ Download] ( https://github.com/CallOfCreator/NewMod/releases/download/V1.0.0/NewMod.dll ) |
4040| v1.1.0 | 2024.11.26 | [ Download] ( https://github.com/CallOfCreator/NewMod/releases/download/V1.1.0/NewMod.dll ) |
41+ | v1.2.0 | v16.1.0 (2025.6.10) | [ Download] ( https://github.com/CallOfCreator/NewMod/releases/download/V1.2.0/NewMod.zip )
4142
4243---
4344
You can’t perform that action at this time.
0 commit comments