Added stationpedia docs back into the game patches
All checks were successful
CI/CD Pipeline / test (pull_request) Successful in 33s
CI/CD Pipeline / build (pull_request) Has been skipped
CI/CD Pipeline / release (pull_request) Has been skipped

This commit is contained in:
2025-12-26 16:18:24 -07:00
parent 4e885847a8
commit c3c14cec23
4 changed files with 24 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace Slang
{
public const string PluginGuid = "com.biddydev.slang";
public const string PluginName = "Slang";
public const string PluginVersion = "0.4.3";
public const string PluginVersion = "0.4.4";
private Harmony? _harmony;