Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 14, 2023
1 parent 4b0d7cc commit 28064de
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
- 2023-02-14 **1.4.3**
- Fix Window Stuck Off Screen [#43](https://github.com/chuongmep/RevitAddInManager/issues/43)
- 2022-12-23 **1.4.2**
- Keep save window position when close and open again (useful for multi monitor).
- 2022-12-18 **1.4.1**
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.4.2";
const string version = "1.4.3";

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

0 comments on commit 28064de

Please sign in to comment.