Skip to content

Commit

Permalink
Update libVersion to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Aug 7, 2022
1 parent 5eddd69 commit ad5fd4d
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)
{
info->apiVersion = PLUGIN_API_VER;
info->name = "Rhythm Plugins";
info->libVersion = "0.2.0";
info->libVersion = "0.2.1";
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit ad5fd4d

Please sign in to comment.