From a7353202d2e5b0108619e81f9c75d0cdcf9d9407 Mon Sep 17 00:00:00 2001 From: xiashtra <91220277+xiashtra@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:12:39 -0600 Subject: [PATCH] build: Bump version to 0.36.5 --- package-lock.json | 4 ++-- package.json | 4 ++-- plugin/CactbotEventSource/Properties/AssemblyInfo.cs | 4 ++-- plugin/CactbotOverlay/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 661e35cb968..ee00fbe5b69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.36.4", + "version": "0.36.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.36.4", + "version": "0.36.5", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index d2948c432e5..90163db2dc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cactbot", - "version": "0.36.4", - "releaseSummary": "Quantum; m10s initial; more Zelenia EX, m9s, Forked Tower; i18n", + "version": "0.36.5", + "releaseSummary": "m11s initial, TC region fix, i18n", "releaseInDraft": "false", "license": "Apache-2.0", "type": "module", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index 2c3b6832490..6b7e0b4e140 100644 --- a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs +++ b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs @@ -21,5 +21,5 @@ // - Revision // GitHub has only 3 version components, so Revision should always be 0. // CactbotOverlay and CactbotEventSource version should match. -[assembly: AssemblyVersion("0.36.4.0")] -[assembly: AssemblyFileVersion("0.36.4.0")] +[assembly: AssemblyVersion("0.36.5.0")] +[assembly: AssemblyFileVersion("0.36.5.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index 8d769384eeb..3ed3c2a938d 100644 --- a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs +++ b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs @@ -20,5 +20,5 @@ // - Build Number // - Revision // GitHub has only 3 version components, so Revision should always be 0. -[assembly: AssemblyVersion("0.36.4.0")] -[assembly: AssemblyFileVersion("0.36.4.0")] +[assembly: AssemblyVersion("0.36.5.0")] +[assembly: AssemblyFileVersion("0.36.5.0")]