We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7202ddd commit 198c00aCopy full SHA for 198c00a
Source/OpenEphysLib.cpp
@@ -38,7 +38,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
38
{
39
info->apiVersion = PLUGIN_API_VER;
40
info->name = "Spectrum Viewer";
41
- info->libVersion = "0.2.0";
+ info->libVersion = "0.2.1";
42
info->numPlugins = NUM_PLUGINS;
43
}
44
0 commit comments