Skip to content

Commit ac8173a

Browse files
committed
Prepare for 5.3.2 version
1 parent 08062f3 commit ac8173a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# JSROOT changelog
22

3-
## Changes in 5.3.x
3+
## Changes in 5.3.2
44
1. Fix - use FontSize when draw TLegend entries
55
2. Fix - correctly show TH2 overflow stats
66
3. Fix - tooltips handling for TH1 hbar drawings
7-
4. Implement JSROOT.toJSON() function to produce ROOT JSON string
7+
4. Implement JSROOT.toJSON() function to produce ROOT JSON string
88

99

1010
## Changes in 5.3.1

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.3.1",
3+
"version": "5.3.2",
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
@@ -95,7 +95,7 @@
9595

9696
"use strict";
9797

98-
JSROOT.version = "5.3.1 2/11/2017";
98+
JSROOT.version = "5.3.2 27/11/2017";
9999

100100
JSROOT.source_dir = "";
101101
JSROOT.source_min = false;

0 commit comments

Comments
 (0)