update changelog and version bump

This commit is contained in:
2025-12-17 17:57:37 -07:00
parent 0b354d4ec0
commit ed5ea9f6eb
4 changed files with 9 additions and 3 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.3";
public const string PluginVersion = "0.3.4";
public static Mod MOD = new Mod(PluginName, PluginVersion);