Skip to content

Commit 80e747f

Browse files
committed
Bump plugin version to 0.1.2
1 parent dae7306 commit 80e747f

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.1";
49+
info->libVersion = "0.1.2";
5050
info->numPlugins = NUM_PLUGINS;
5151
}
5252
extern "C" EXPORT int getPluginInfo (int index, Plugin::PluginInfo* info)

0 commit comments

Comments
 (0)