Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnoPM committed Dec 31, 2023
1 parent bfc8b54 commit 2263829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BetterOtherRoles/BetterOtherRoles.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Description>BetterOtherRoles</Description>
<Authors>EnoPM</Authors>
<LangVersion>latest</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion BetterOtherRoles/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class BetterOtherRolesPlugin : BasePlugin
{
public const string Name = "Better Other Roles";
public const string Id = "betterohterroles.eno.pm";
public const string VersionString = "1.6.0";
public const string VersionString = "1.6.1";

public static Version Version = Version.Parse(VersionString);
internal static BepInEx.Logging.ManualLogSource Logger;
Expand Down

0 comments on commit 2263829

Please sign in to comment.