Skip to content

Commit 80f4c3a

Browse files
committed
Bumped version
1 parent 06ecac1 commit 80f4c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yanplaRoles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
4-
<Version>0.1.7</Version>
4+
<Version>0.1.8</Version>
55
<Description>yanplaRoles</Description>
66
<Authors>yanpla</Authors>
77
</PropertyGroup>

yanplaRolesPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace yanplaRoles;
1717
public partial class YanplaRolesPlugin : BasePlugin, IMiraPlugin
1818
{
1919
public Harmony Harmony { get; } = new(Id);
20-
public const string VersionString = "0.1.7";
20+
public const string VersionString = "0.1.8";
2121
public string OptionsTitleText => "yanplaRoles";
2222
public ConfigFile GetConfigFile() => Config;
2323
public override void Load()

0 commit comments

Comments
 (0)