Skip to content

Commit e258dca

Browse files
committed
Corrected version number
1 parent 08c10e9 commit e258dca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RoundMaster/5.060/RoundMaster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ API_Meta.RoundMaster={offset:Number.MAX_SAFE_INTEGER,lineCount:-1};
143143

144144
var RoundMaster = (function() {
145145
'use strict';
146-
var version = 5.059,
146+
var version = 5.060,
147147
author = 'Ken L. & RED',
148148
pending = null;
149149
const lastUpdate = 1744360269;

RoundMaster/RoundMaster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ API_Meta.RoundMaster={offset:Number.MAX_SAFE_INTEGER,lineCount:-1};
143143

144144
var RoundMaster = (function() {
145145
'use strict';
146-
var version = 5.059,
146+
var version = 5.060,
147147
author = 'Ken L. & RED',
148148
pending = null;
149149
const lastUpdate = 1744360269;

0 commit comments

Comments
 (0)