Skip to content

Commit eecc688

Browse files
authored
Merge pull request #132 from chuongmep/fixcicd
update version
2 parents b9e086c + 38dcbb4 commit eecc688

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-09-22 **1.0.2**
3+
- Fix set CollectorExt.m_app error. [#128](https://github.com/architecture-building-systems/revitpythonshell/pull/128)
24
- 2022-06-27 **1.0.1**
35
- Add Process CI/CD Automatic.
46
- Fix Problem show owner window.

Installer/Installer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "RevitPythonShell";
1313
const string outputName = "RevitPythonShell";
1414
const string outputDir = "output";
15-
const string version = "1.0.1";
15+
const string version = "1.0.2";
1616

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

0 commit comments

Comments
 (0)