Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 20, 2022
1 parent 90f7895 commit 62a2657
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-03-20 **1.0.4**
- Fix problem with snoop object selected Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
- 2022-03-20 **1.0.3**
- Support Button Support Snoop Object From Resource [AutoCADLookup](https://github.com/chuongmep/AutoCADLookup)
- 2022-03-18 **1.0.2**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const string projectName = "CADPythonShell";
const string outputName = "CADPythonShell";
const string outputDir = "output";
const string version = "1.0.3";
const string version = "1.0.4";

var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
Expand Down

0 comments on commit 62a2657

Please sign in to comment.