From 3e212ab24c4858c2def9b82db7d959208f436b74 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Fri, 23 Jun 2023 12:54:19 -0700 Subject: [PATCH] build: Bump version to 0.29.14 --- 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 18bccebe8a..5afcd168ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.29.13", + "version": "0.29.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.29.13", + "version": "0.29.14", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index 1fb8ceaf6d..8763939c5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cactbot", - "version": "0.29.13", + "version": "0.29.14", "license": "Apache-2.0", "type": "module", "types": "./types", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index bac745e36e..5136d73a2a 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.29.13.0")] -[assembly: AssemblyFileVersion("0.29.13.0")] +[assembly: AssemblyVersion("0.29.14.0")] +[assembly: AssemblyFileVersion("0.29.14.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index 8dec8278c6..4a297ade77 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.29.13.0")] -[assembly: AssemblyFileVersion("0.29.13.0")] +[assembly: AssemblyVersion("0.29.14.0")] +[assembly: AssemblyFileVersion("0.29.14.0")]