release: bump to v1.4.10

This commit is contained in:
2026-05-16 13:25:53 +02:00
parent 51f18e46a0
commit 3e91177833
7 changed files with 119 additions and 77 deletions
+2 -2
View File
@@ -198,8 +198,8 @@ public sealed class Plugin : IAsyncDalamudPlugin
if (Config.Version < 16)
{
throw new InvalidOperationException(
$"HellionChat v1.4.9 requires config schema v16, got v{Config.Version}. "
+ "Please install v1.4.2 first to migrate the configuration, then upgrade to v1.4.9."
$"HellionChat v1.4.10 requires config schema v16, got v{Config.Version}. "
+ "Please install v1.4.2 first to migrate the configuration, then upgrade to v1.4.10."
);
}
Config.Version = 17;