diff --git a/plugin.json b/plugin.json index 526b7e7c..9ea27c35 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Nyxus", - "version": "0.7.3", - "containerId": "polusai/nyxus:0.7.3", + "version": "0.7.4", + "containerId": "polusai/nyxus:0.7.4", "title": "Nyxus feature extraction", "description": "Nyxus feature extractor", "author": "friskluft + hsidky", diff --git a/src/nyx/version.h b/src/nyx/version.h index b967a30b..34d10beb 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.3" +#define PROJECT_VER "0.7.4" #endif // VERSIONH_INCLUDED