Skip to content

Commit

Permalink
Bump plugin version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Mar 1, 2025
1 parent 143fb23 commit c2e7b88
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 @@ -46,7 +46,7 @@ extern "C" EXPORT void getLibInfo (Plugin::LibraryInfo* info)
info->name = "Source Simulator";

//Version of the library, used only for information
info->libVersion = "0.1.0";
info->libVersion = "0.1.1";
info->numPlugins = NUM_PLUGINS;
}
extern "C" EXPORT int getPluginInfo (int index, Plugin::PluginInfo* info)
Expand Down

0 comments on commit c2e7b88

Please sign in to comment.