Skip to content

Commit 2bfc9fb

Browse files
committed
Bump version to 1.0.0.2; update CHANGELOG.
1 parent 242ca64 commit 2bfc9fb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
**Dynamic Script Engine Plugin for Touch Portal**: changes by version number and release date.
33

4+
---
5+
## 1.0.0.2-beta2 (28-Dec-2022)
6+
- Fix crash on engine environment reset action.
7+
- Fix missing `Number.prototype.round()` function.
8+
- Add `TP.connectorUpdateShort()` method.
9+
- Add Clipboard and Color Picker examples.
10+
411
---
512
## 1.0.0.1-beta1 (26-Dec-2022)
613
- Initial release!

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.24)
22

3-
set (VERSION_STR 1.0.0.1)
4-
set (VERSION_NUM 1000001)
5-
set (VERSION_SFX -beta1)
3+
set (VERSION_STR 1.0.0.2)
4+
set (VERSION_NUM 1000002)
5+
set (VERSION_SFX -beta2)
66
set (PROJECT_FULL_NAME "Dynamic Script Engine Plugin for Touch Portal")
77
set (PROJECT_SHORT_NAME "Dynamic Script Engine")
88
set (PROJECT_ORG_NAME "DynamicScriptEngine")

0 commit comments

Comments
 (0)