Skip to content

Commit 76093dd

Browse files
committed
Bump version to 0.3.0
1 parent 94c3cd5 commit 76093dd

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

4949
//Version of the library, used only for information
50-
info->libVersion = "0.2.1";
50+
info->libVersion = "0.3.0";
5151
info->numPlugins = NUM_PLUGINS;
5252
}
5353

0 commit comments

Comments
 (0)