We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ecac1 commit 80f4c3aCopy full SHA for 80f4c3a
yanplaRoles.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFramework>net6.0</TargetFramework>
4
- <Version>0.1.7</Version>
+ <Version>0.1.8</Version>
5
<Description>yanplaRoles</Description>
6
<Authors>yanpla</Authors>
7
</PropertyGroup>
yanplaRolesPlugin.cs
@@ -17,7 +17,7 @@ namespace yanplaRoles;
17
public partial class YanplaRolesPlugin : BasePlugin, IMiraPlugin
18
{
19
public Harmony Harmony { get; } = new(Id);
20
- public const string VersionString = "0.1.7";
+ public const string VersionString = "0.1.8";
21
public string OptionsTitleText => "yanplaRoles";
22
public ConfigFile GetConfigFile() => Config;
23
public override void Load()
0 commit comments