From 99093b28596bb8f9a2932c4684b56e8fa441d64d Mon Sep 17 00:00:00 2001 From: Chuong Ho Date: Fri, 23 Dec 2022 14:35:55 +0800 Subject: [PATCH] update version --- CHANGELOG.md | 2 ++ Installer/Installer.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64593f..ac7e53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 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** - Fix problem relative path \\\\mac... in MACOS [#40](https://github.com/chuongmep/RevitAddInManager/issues/40) - 2022-11-26 **1.4.0** diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 717eda7..66a47d1 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -15,7 +15,7 @@ const string projectName = "RevitAddinManager"; const string outputName = "RevitAddinManager"; const string outputDir = "output"; -const string version = "1.4.1"; +const string version = "1.4.2"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project