Skip to content

Commit 3ab51e7

Browse files
committed
update version
1 parent 0f5008e commit 3ab51e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2023-06-05 **1.1.3**
3+
- Fix bug snoop selected instance with lock document.
24
- 2023-04-12 **1.1.2**
35
- Fix snoop selected instance
46
- Merge submodule

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "CADPythonShell";
1313
const string outputName = "CADPythonShell";
1414
const string outputDir = "output";
15-
const string version = "1.1.2";
15+
const string version = "1.1.3";
1616

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

0 commit comments

Comments
 (0)