Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpla committed Nov 14, 2024
1 parent 06ecac1 commit 80f4c3a
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.7</Version>
<Version>0.1.8</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.7";
public const string VersionString = "0.1.8";
public string OptionsTitleText => "yanplaRoles";
public ConfigFile GetConfigFile() => Config;
public override void Load()
Expand Down

0 comments on commit 80f4c3a

Please sign in to comment.