Skip to content

Commit

Permalink
Bump plugin version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Feb 2, 2024
1 parent fca259c commit 16a3bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OpenEphysLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo *info)
The GUI refueses to load plugins with mismatched API versions */
info->apiVersion = PLUGIN_API_VER;
info->name = "Tracking Plugin"; // <---- update
info->libVersion = "0.2.0"; // <---- update
info->libVersion = "0.2.1"; // <---- update
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit 16a3bdb

Please sign in to comment.