Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 16, 2022
1 parent a9eefc2 commit 632e8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
- 2022-05-16 **1.0.3**
- Support Copy Content Debug/Trace Output to Clipboard.
- 2022-05-13 **1.0.2**
- Add tab support show result trace/debug
- Add DockPanel Support Show/Hide Debug/Trace result.
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const string projectName = "CadAddinManager";
const string outputName = "CadAddinManager";
const string outputDir = "output";
const string version = "1.0.2";
const string version = "1.0.3";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
{
Expand Down

0 comments on commit 632e8ed

Please sign in to comment.