From 38dcbb4e67ea3dc130fe6cd74d67bc876b223bda Mon Sep 17 00:00:00 2001 From: Chuong Ho <31106432+chuongmep@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:46:18 +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 6d304ef..3543d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +- 2022-09-22 **1.0.2** + - Fix set CollectorExt.m_app error. [#128](https://github.com/architecture-building-systems/revitpythonshell/pull/128) - 2022-06-27 **1.0.1** - Add Process CI/CD Automatic. - Fix Problem show owner window. diff --git a/Installer/Installer.cs b/Installer/Installer.cs index 035a794..8816425 100644 --- a/Installer/Installer.cs +++ b/Installer/Installer.cs @@ -12,7 +12,7 @@ const string projectName = "RevitPythonShell"; const string outputName = "RevitPythonShell"; const string outputDir = "output"; -const string version = "1.0.1"; +const string version = "1.0.2"; var fileName = new StringBuilder().Append(outputName).Append("-").Append(version); var project = new Project