Skip to content

Commit cf2a627

Browse files
authored
Merge pull request #203 from sameeul/v074
update version to 0.7.4
2 parents 600abe1 + 3db0023 commit cf2a627

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.3",
4-
"containerId": "polusai/nyxus:0.7.3",
3+
"version": "0.7.4",
4+
"containerId": "polusai/nyxus:0.7.4",
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.3"
5+
#define PROJECT_VER "0.7.4"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)