Skip to content

Commit 86a4357

Browse files
author
AD\akopinga
committed
Update standalone version number for docs
1 parent d75e7aa commit 86a4357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/assets/sldreader-standalone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Version: 0.5.0 - April 24, 2025 11:27:04 */
1+
/* Version: 0.6.0 - April 24, 2025 11:41:50 */
22
var SLDReader = (function (exports, Style, Icon, Fill, Stroke, Circle, RegularShape, render, Point, LineString, extent, has, Polygon, MultiPolygon, Text, MultiPoint) {
33
'use strict';
44

@@ -3752,7 +3752,7 @@ var SLDReader = (function (exports, Style, Icon, Fill, Stroke, Circle, RegularSh
37523752
registerFunction('__fe:Div__', (a, b) => Number(a) / Number(b));
37533753
}
37543754

3755-
const version = '0.5.0';
3755+
const version = '0.6.0';
37563756

37573757
// Add support for a handful of built-in SLD function implementations.
37583758
addBuiltInFunctions();

0 commit comments

Comments
 (0)