Skip to content

Commit d6d95ae

Browse files
committed
5.2.4 release
1 parent bb932e2 commit d6d95ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in 5.2.x
3+
## Changes in 5.2.4
44
1. Fix - support pow(x,n) function in formula
55
2. Fix - use pad.fFillColor for frame when fFrameFillColor==0
66
3. Fix - correctly identify horizontal TGaxis with reverse scale

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
} (function(JSROOT) {
9191

92-
JSROOT.version = "5.2.3 23/08/2017";
92+
JSROOT.version = "5.2.4 25/09/2017";
9393

9494
JSROOT.source_dir = "";
9595
JSROOT.source_min = false;

0 commit comments

Comments
 (0)