Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Apr 7, 2023
1 parent 37822a8 commit bf5ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomePlugin/HOME.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace HOME
{
public class HOME : IPlugin
{
public const string Version = "2.1.0";
public const string Version = "2.1.1";

public string Name => nameof(HOME);
public int Priority => 1;
Expand Down

0 comments on commit bf5ed5c

Please sign in to comment.