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