From f2fd8b83f534654d9c59c1eed91d7aa3e7b76b01 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Thu, 21 Dec 2023 09:16:33 -0800 Subject: [PATCH] build: Bump version to 0.30.11 --- package-lock.json | 4 ++-- package.json | 2 +- plugin/CactbotEventSource/Properties/AssemblyInfo.cs | 4 ++-- plugin/CactbotOverlay/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5267748eba..057f831023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.30.10", + "version": "0.30.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.30.10", + "version": "0.30.11", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index 4eab6424b0..8537ff3435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cactbot", - "version": "0.30.10", + "version": "0.30.11", "license": "Apache-2.0", "type": "module", "types": "./types", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index b74f3343af..c7a145c74a 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.30.10.0")] -[assembly: AssemblyFileVersion("0.30.10.0")] +[assembly: AssemblyVersion("0.30.11.0")] +[assembly: AssemblyFileVersion("0.30.11.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index 19b080c14d..ea7277dcb1 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.30.10.0")] -[assembly: AssemblyFileVersion("0.30.10.0")] +[assembly: AssemblyVersion("0.30.11.0")] +[assembly: AssemblyFileVersion("0.30.11.0")]