We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beafe78 commit a31e042Copy full SHA for a31e042
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.4";
+ public const string Version = "3.2.5";
9
public string Name => nameof(HomePlugin);
10
public int Priority => 1;
11
0 commit comments