We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579edee commit 50468f2Copy full SHA for 50468f2
ComputerInterface/PluginInfo.cs
@@ -4,6 +4,6 @@ public static class PluginInfo
4
{
5
public const string Name = "Computer Interface";
6
public const string Id = "tonimacaroni.computerinterface";
7
- public const string Version = "1.6.0";
+ public const string Version = "1.6.1";
8
}
9
0 commit comments