diff --git a/SilvanusPro.manifest b/SilvanusPro.manifest index dd5b71d..d73428b 100644 --- a/SilvanusPro.manifest +++ b/SilvanusPro.manifest @@ -8,7 +8,7 @@ "supportedOS": "windows|mac", "editEnabled": false, "id": "58828a02-3c8c-49c0-aef8-f9848d51eaca", - "version": "0.6.0", + "version": "0.6.1", "runOnStartup": false, "sourcewindows": "SilvanusPro.vcxproj", "sourcemac": "SilvanusPro.xcodeproj" diff --git a/src/SilvanusPro.h b/src/SilvanusPro.h index 0348778..49a8050 100644 --- a/src/SilvanusPro.h +++ b/src/SilvanusPro.h @@ -9,7 +9,7 @@ #define SILVANUSPRO_SILVANUSPRO_H #define SilvanusPro_VERSION_MAJOR 0 -#define SilvanusPro_VERSION_MINOR 1 +#define SilvanusPro_VERSION_MINOR 6 #endif /* silvanuspro_silvanuspro_h */ diff --git a/src/lib/SilvanusPro.h b/src/lib/SilvanusPro.h index 0348778..49a8050 100644 --- a/src/lib/SilvanusPro.h +++ b/src/lib/SilvanusPro.h @@ -9,7 +9,7 @@ #define SILVANUSPRO_SILVANUSPRO_H #define SilvanusPro_VERSION_MAJOR 0 -#define SilvanusPro_VERSION_MINOR 1 +#define SilvanusPro_VERSION_MINOR 6 #endif /* silvanuspro_silvanuspro_h */ diff --git a/src/lib/generateboxcommand.hpp b/src/lib/generateboxcommand.hpp index 2cdc472..bf00359 100644 --- a/src/lib/generateboxcommand.hpp +++ b/src/lib/generateboxcommand.hpp @@ -21,7 +21,7 @@ namespace silvanus { const std::string description = "Create a parametric box with finger joints."; const std::string id = "SilvanusProGenerateBoxCommand"; - const std::string dialog = "Create Finger Jointed Box (0.6.0 alpha)"; + const std::string dialog = "Create Finger Jointed Box (0.6.1 alpha)"; adsk::core::Ptr m_ui;