Skip to content

Commit a677d1f

Browse files
committed
bump version
1 parent 13d0201 commit a677d1f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.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;

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.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>

README.md

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

0 commit comments

Comments
 (0)