Skip to content

Commit

Permalink
1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peasplayer committed Apr 23, 2022
1 parent ecca4b5 commit 8ff7670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PeasAPI/PeasAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace PeasAPI
public class PeasAPI : BasePlugin
{
public const string Id = "tk.peasplayer.amongus.api";
public const string Version = "1.8.2";
public const string Version = "1.8.3";

public Harmony Harmony { get; } = new Harmony(Id);

Expand Down
2 changes: 1 addition & 1 deletion PeasAPI/PeasAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<VersionPrefix>1.8.2</VersionPrefix>
<VersionPrefix>1.8.3</VersionPrefix>
<VersionSuffix>release</VersionSuffix>
<Description>API for making Among Us mods </Description>
<Authors>Peasplayer</Authors>
Expand Down

0 comments on commit 8ff7670

Please sign in to comment.