Skip to content

Commit

Permalink
Bump version to 1.0.0.2; update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Dec 28, 2022
1 parent 242ca64 commit 2bfc9fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
**Dynamic Script Engine Plugin for Touch Portal**: changes by version number and release date.

---
## 1.0.0.2-beta2 (28-Dec-2022)
- Fix crash on engine environment reset action.
- Fix missing `Number.prototype.round()` function.
- Add `TP.connectorUpdateShort()` method.
- Add Clipboard and Color Picker examples.

---
## 1.0.0.1-beta1 (26-Dec-2022)
- Initial release!
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.24)

set (VERSION_STR 1.0.0.1)
set (VERSION_NUM 1000001)
set (VERSION_SFX -beta1)
set (VERSION_STR 1.0.0.2)
set (VERSION_NUM 1000002)
set (VERSION_SFX -beta2)
set (PROJECT_FULL_NAME "Dynamic Script Engine Plugin for Touch Portal")
set (PROJECT_SHORT_NAME "Dynamic Script Engine")
set (PROJECT_ORG_NAME "DynamicScriptEngine")
Expand Down

0 comments on commit 2bfc9fb

Please sign in to comment.