diff --git a/package-lock.json b/package-lock.json index 61bb8e4730..a757e7aaf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.32.12", + "version": "0.32.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.32.12", + "version": "0.32.13", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index 2f33047290..c513a811b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cactbot", - "version": "0.32.12", - "releaseSummary": "Oopsy bugfix, i18n updates", + "version": "0.32.13", + "releaseSummary": "M4S strategy options, M4N improvements, Cenote Ja Ja Gural, more i18n", "releaseInDraft": "false", "license": "Apache-2.0", "type": "module", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index e565c1c581..2fa5641a23 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.32.12.0")] -[assembly: AssemblyFileVersion("0.32.12.0")] +[assembly: AssemblyVersion("0.32.13.0")] +[assembly: AssemblyFileVersion("0.32.13.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index b19c888e81..816a4ac112 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.32.12.0")] -[assembly: AssemblyFileVersion("0.32.12.0")] +[assembly: AssemblyVersion("0.32.13.0")] +[assembly: AssemblyFileVersion("0.32.13.0")]