Fixed possible KeyNotFoundException

This commit is contained in:
2025-12-13 01:35:21 -07:00
parent 1755fc3504
commit 415e69628d
6 changed files with 14 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ namespace Slang
{
public const string PluginGuid = "com.biddydev.slang";
public const string PluginName = "Slang";
public const string PluginVersion = "0.3.0";
public const string PluginVersion = "0.3.1";
public static Mod MOD = new Mod(PluginName, PluginVersion);