From 75965d0fc5d5870d0dea22a6aa5fccb86c50dbb0 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Sun, 9 Jul 2023 15:56:14 -0700 Subject: [PATCH] build: Bump version to 0.29.19 --- 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 0d1063df55..87d25842db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cactbot", - "version": "0.29.18", + "version": "0.29.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cactbot", - "version": "0.29.18", + "version": "0.29.19", "license": "Apache-2.0", "dependencies": { "@fast-csv/parse": "^4.3.6", diff --git a/package.json b/package.json index 1d3050a1b9..00badc4473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cactbot", - "version": "0.29.18", + "version": "0.29.19", "license": "Apache-2.0", "type": "module", "types": "./types", diff --git a/plugin/CactbotEventSource/Properties/AssemblyInfo.cs b/plugin/CactbotEventSource/Properties/AssemblyInfo.cs index 2c847e561f..8c0870c930 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.18.0")] -[assembly: AssemblyFileVersion("0.29.18.0")] +[assembly: AssemblyVersion("0.29.19.0")] +[assembly: AssemblyFileVersion("0.29.19.0")] diff --git a/plugin/CactbotOverlay/Properties/AssemblyInfo.cs b/plugin/CactbotOverlay/Properties/AssemblyInfo.cs index c4f8ce4b36..7c4d6db708 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.18.0")] -[assembly: AssemblyFileVersion("0.29.18.0")] +[assembly: AssemblyVersion("0.29.19.0")] +[assembly: AssemblyFileVersion("0.29.19.0")]