Skip to content

Commit 08c10e9

Browse files
committed
Corrected version history
1 parent 53d389f commit 08c10e9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

RoundMaster/5.060/RoundMaster.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ API_Meta.RoundMaster={offset:Number.MAX_SAFE_INTEGER,lineCount:-1};
135135
* function. dumpState() function and --dumpState command added to diagnose problems
136136
* with Roll20 state variable. More and better error trapping & type conversion.
137137
* Made doAddStatus() & doRemoveStatus() asynchronous.
138-
* v5.059 08/02/2025 Fixed v7 Slow-Start effect. Added a semi-colon as an alternative separator for
139-
* targeted save definitions, to allow Drag & Drop creature definitions to work.
140-
* Added new effects to support powers and abilities of new Drag & Drop creatures.
138+
* v5.059 08/02/2025 Fixed v7 Slow-Start effect.
139+
* v5.060 11/04/2025 Added a semi-colon as an alternative separator for targeted save definitions, to allow
140+
* Drag & Drop creature definitions to work. Added new effects to support powers and
141+
* abilities of new Drag & Drop creatures.
141142
**/
142143

143144
var RoundMaster = (function() {

RoundMaster/RoundMaster.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ API_Meta.RoundMaster={offset:Number.MAX_SAFE_INTEGER,lineCount:-1};
135135
* function. dumpState() function and --dumpState command added to diagnose problems
136136
* with Roll20 state variable. More and better error trapping & type conversion.
137137
* Made doAddStatus() & doRemoveStatus() asynchronous.
138-
* v5.059 08/02/2025 Fixed v7 Slow-Start effect. Added a semi-colon as an alternative separator for
139-
* targeted save definitions, to allow Drag & Drop creature definitions to work.
140-
* Added new effects to support powers and abilities of new Drag & Drop creatures.
138+
* v5.059 08/02/2025 Fixed v7 Slow-Start effect.
139+
* v5.060 11/04/2025 Added a semi-colon as an alternative separator for targeted save definitions, to allow
140+
* Drag & Drop creature definitions to work. Added new effects to support powers and
141+
* abilities of new Drag & Drop creatures.
141142
**/
142143

143144
var RoundMaster = (function() {

0 commit comments

Comments
 (0)