File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11bin /
22obj /
33References /
4+ NewMod /Components
45/packages /
56riderModule.iml
67.idea
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.2.0 " ;
40+ public const string ModVersion = "1.2.1 " ;
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.2.0 </VersionPrefix >
3+ <VersionPrefix >1.2.1 </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 >
You can’t perform that action at this time.
0 commit comments