From e47e56e31515b5aa08e0f90bcd9092aeca073b81 Mon Sep 17 00:00:00 2001 From: Sameeul Bashir Samee Date: Fri, 6 Dec 2024 10:04:31 -0500 Subject: [PATCH] Version bump (#247) --- plugin.json | 4 ++-- src/nyx/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index ffd7ca49..efc1dfd0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Nyxus", - "version": "0.8.2", - "containerId": "polusai/nyxus:0.8.2", + "version": "0.8.3", + "containerId": "polusai/nyxus:0.8.3", "title": "Nyxus feature extraction", "description": "Nyxus feature extractor", "author": "friskluft + hsidky", diff --git a/src/nyx/version.h b/src/nyx/version.h index 98ee901f..38e07fee 100644 --- a/src/nyx/version.h +++ b/src/nyx/version.h @@ -2,6 +2,6 @@ #define VERSIONH_INCLUDED #define PROJECT_NAME "Nyxus" -#define PROJECT_VER "0.8.2" +#define PROJECT_VER "0.8.3" #endif // VERSIONH_INCLUDED