Skip to content

Commit 9566598

Browse files
committed
bump
1 parent e0ff60e commit 9566598

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
bin/
22
obj/
33
References/
4+
NewMod/Components
45
/packages/
56
riderModule.iml
67
.idea

NewMod/NewMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace NewMod;
3737
public 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;

NewMod/NewMod.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)