Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Jun 6, 2023
1 parent 89596d6 commit 02c7e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeLive.Plugins/HomePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace HomeLive.Plugins;

public class HomePlugin : IPlugin
{
public const string Version = "2.9.9";
public const string Version = "3.0.0";
public string Name => nameof(HomePlugin);
public int Priority => 1;

Expand Down

0 comments on commit 02c7e12

Please sign in to comment.