We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0d97e commit d4a0451Copy full SHA for d4a0451
Source/OpenEphysLib.cpp
@@ -47,7 +47,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
47
info->name = "ONIX Source";
48
49
//Version of the library, used only for information
50
- info->libVersion = "0.2.0";
+ info->libVersion = "0.2.1";
51
info->numPlugins = NUM_PLUGINS;
52
}
53
0 commit comments