From 7d49097e7bf5e433300e8a89d94b9a300bb1f5ea Mon Sep 17 00:00:00 2001 From: sameeul Date: Mon, 12 Feb 2024 17:25:22 -0500 Subject: [PATCH] update to v075 --- plugin.json | 4 ++-- src/nyx/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index 9ea27c35..e7868be0 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Nyxus", - "version": "0.7.4", - "containerId": "polusai/nyxus:0.7.4", + "version": "0.7.5", + "containerId": "polusai/nyxus:0.7.5", "title": "Nyxus feature extraction", "description": "Nyxus feature extractor", "author": "friskluft + hsidky", diff --git a/src/nyx/version.h b/src/nyx/version.h index 34d10beb..448f72c4 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.7.4" +#define PROJECT_VER "0.7.5" #endif // VERSIONH_INCLUDED