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 94c3cd5 commit 76093ddCopy full SHA for 76093dd
Source/OpenEphysLib.cpp
@@ -47,7 +47,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
47
info->name = PLUGIN_NAME;
48
49
//Version of the library, used only for information
50
- info->libVersion = "0.2.1";
+ info->libVersion = "0.3.0";
51
info->numPlugins = NUM_PLUGINS;
52
}
53
0 commit comments