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 5975ef2 commit d67594eCopy full SHA for d67594e
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.1.0";
+ info->libVersion = "0.1.1";
51
info->numPlugins = NUM_PLUGINS;
52
}
53
0 commit comments