We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 600abe1 + 3db0023 commit cf2a627Copy full SHA for cf2a627
plugin.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Nyxus",
3
- "version": "0.7.3",
4
- "containerId": "polusai/nyxus:0.7.3",
+ "version": "0.7.4",
+ "containerId": "polusai/nyxus:0.7.4",
5
"title": "Nyxus feature extraction",
6
"description": "Nyxus feature extractor",
7
"author": "friskluft + hsidky",
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
0 commit comments