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 972c350 commit 2da092fCopy full SHA for 2da092f
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