We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935b0ac commit cd63dc6Copy full SHA for cd63dc6
HomeLive.Plugins/HomePlugin.cs
@@ -5,7 +5,7 @@ namespace HomeLive.Plugins;
5
6
public class HomePlugin : IPlugin
7
{
8
- public const string Version = "3.2.6";
+ public const string Version = "3.2.7";
9
public string Name => nameof(HomePlugin);
10
public int Priority => 1;
11
0 commit comments