Skip to content

Commit

Permalink
updated plugin version number
Browse files Browse the repository at this point in the history
  • Loading branch information
serguei-k committed Apr 2, 2018
1 parent 787e7f8 commit 72e2452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
MStatus
initializePlugin(MObject pluginObj)
{
MFnPlugin pluginFn(pluginObj, "Serguei Kalentchouk, et al.", "0.0.1", "Any");
MFnPlugin pluginFn(pluginObj, "Serguei Kalentchouk, et al.", "1.0.1", "Any");

int typeId = 0x0012c340;

Expand Down

0 comments on commit 72e2452

Please sign in to comment.