Skip to content

Commit 060104b

Browse files
committed
Increment minor version.
1 parent 3ea260a commit 060104b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### angularNodes (version 1.0.0)
1+
#### angularNodes (version 1.0.1)
22
Maya plugin with nodes for performing calculates on doubleAngle values without polluting the scene with unitConversion nodes.
33

44
#### Description

src/pluginMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the need for a unit conversion node in most cases.
4545
#include <maya/MString.h>
4646

4747
const char* kAUTHOR = "Ryan Porter";
48-
const char* kVERSION = "1.0.0";
48+
const char* kVERSION = "1.0.1";
4949
const char* kREQUIRED_API_VERSION = "Any";
5050

5151
MString ClampAngleNode::kNODE_NAME = "clampAngle";

0 commit comments

Comments
 (0)