Skip to content

Commit c2e7b88

Browse files
committed
Bump plugin version to 0.1.1
1 parent 143fb23 commit c2e7b88

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
@@ -46,7 +46,7 @@ extern "C" EXPORT void getLibInfo (Plugin::LibraryInfo* info)
4646
info->name = "Source Simulator";
4747

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

0 commit comments

Comments
 (0)