From 2f92df08a633805f95c385db64a3f6ce9a14f41c Mon Sep 17 00:00:00 2001 From: xiashtra <91220277+xiashtra@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:56:14 -0600 Subject: [PATCH] build: Bump version to 0.33.5 (#575) --- package-lock.json | 4 ++-- package.json | 6 +++--- plugin/CactbotEventSource/Properties/AssemblyInfo.cs | 4 ++-- plugin/CactbotOverlay/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d944540a01..811eb503fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.33.4", + "version": "0.33.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.33.4", + "version": "0.33.5", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index 777af6ccc5..ff693a3390 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "cactbot", - "version": "0.33.4", - "releaseSummary": "Interphos, Jeuno, Cloud Chaotic, more FRU", - "releaseInDraft": "false", + "version": "0.33.5", + "releaseSummary": "KO 7.05, Yuweyawata Field Station, more FRU", + "releaseInDraft": "true", "license": "Apache-2.0", "type": "module", "types": "./types", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index a58f4af710..bc2670aebc 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.33.4.0")] -[assembly: AssemblyFileVersion("0.33.4.0")] +[assembly: AssemblyVersion("0.33.5.0")] +[assembly: AssemblyFileVersion("0.33.5.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index c6eb23d43b..d13e2ebe4a 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.33.4.0")] -[assembly: AssemblyFileVersion("0.33.4.0")] +[assembly: AssemblyVersion("0.33.5.0")] +[assembly: AssemblyFileVersion("0.33.5.0")]