Fixed const -> let bug
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Slang
|
||||
{
|
||||
public const string PluginGuid = "com.biddydev.slang";
|
||||
public const string PluginName = "Slang";
|
||||
public const string PluginVersion = "0.4.5";
|
||||
public const string PluginVersion = "0.4.6";
|
||||
|
||||
private static Harmony? _harmony;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user