Skip to content

Commit f239f22

Browse files
authored
chore: bump version to 0.9.3 for a release (PolusAI#301)
1 parent c23a0b9 commit f239f22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin.json

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

src/nyx/version.h

Lines changed: 1 addition & 1 deletion
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.9.2"
5+
#define PROJECT_VER "0.9.3"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)