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")]