Skip to content

Commit b80df2e

Browse files
committed
Bump plugin version to 0.1.1
1 parent 485c369 commit b80df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OpenEphysLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo *info)
4444
The GUI refuses to load plugins with mismatched API versions */
4545
info->apiVersion = PLUGIN_API_VER;
4646
info->name = "LSLInletLibrary";
47-
info->libVersion = "0.1.0";
47+
info->libVersion = "0.1.1";
4848
info->numPlugins = NUM_PLUGINS;
4949
}
5050

0 commit comments

Comments
 (0)