Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpla committed Nov 4, 2024
1 parent 34ef2d8 commit 3c5c648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yanplaRoles.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>0.1.5</Version>
<Version>0.1.6</Version>
<Description>yanplaRoles</Description>
<Authors>yanpla</Authors>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion yanplaRolesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace yanplaRoles;
public partial class YanplaRolesPlugin : BasePlugin, IMiraPlugin
{
public Harmony Harmony { get; } = new(Id);
public const string VersionString = "0.1.5";
public const string VersionString = "0.1.6";
public string OptionsTitleText => "yanplaRoles";
public ConfigFile GetConfigFile() => Config;
public override void Load()
Expand Down

0 comments on commit 3c5c648

Please sign in to comment.