Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyistmaker committed Sep 10, 2020
1 parent b1b3a8a commit e3193f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SilvanusPro.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/SilvanusPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion src/lib/SilvanusPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion src/lib/generateboxcommand.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<adsk::core::UserInterface> m_ui;

Expand Down

0 comments on commit e3193f9

Please sign in to comment.