We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35a19b commit e47e56eCopy full SHA for e47e56e
plugin.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Nyxus",
3
- "version": "0.8.2",
4
- "containerId": "polusai/nyxus:0.8.2",
+ "version": "0.8.3",
+ "containerId": "polusai/nyxus:0.8.3",
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.8.2"
+#define PROJECT_VER "0.8.3"
#endif // VERSIONH_INCLUDED
0 commit comments