Skip to content

Commit 18d5034

Browse files
authored
Merge pull request #207 from sameeul/v074
update to v075
2 parents fdf28f8 + 7d49097 commit 18d5034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Nyxus",
3-
"version": "0.7.4",
4-
"containerId": "polusai/nyxus:0.7.4",
3+
"version": "0.7.5",
4+
"containerId": "polusai/nyxus:0.7.5",
55
"title": "Nyxus feature extraction",
66
"description": "Nyxus feature extractor",
77
"author": "friskluft + hsidky",

src/nyx/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#define VERSIONH_INCLUDED
33

44
#define PROJECT_NAME "Nyxus"
5-
#define PROJECT_VER "0.7.4"
5+
#define PROJECT_VER "0.7.5"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)