update changelog and version bump
All checks were successful
CI/CD Pipeline / test (pull_request) Successful in 37s
CI/CD Pipeline / build (pull_request) Has been skipped
CI/CD Pipeline / release (pull_request) Has been skipped

This commit is contained in:
2026-01-01 12:38:53 -07:00
parent 14c641797a
commit 089fe46d36
6 changed files with 13 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ namespace Slang
{
public const string PluginGuid = "com.biddydev.slang";
public const string PluginName = "Slang";
public const string PluginVersion = "0.5.0";
public const string PluginVersion = "0.5.1";
private static Harmony? _harmony;