Skip to content

Commit a34a97d

Browse files
committed
Prepare for 5.4.1 release
1 parent cbc150b commit a34a97d

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.4.x
3+
## Changes in 5.4.1
44
1. Fix - monitoring mode in draw.htm page
55
2. Fix - zooming in colz palette
66
3. Fix - support both 9.x and 10.x jsdom version in Node.js (#149)

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.4.0",
3+
"version": "5.4.1",
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
@@ -99,7 +99,7 @@
9999

100100
"use strict";
101101

102-
JSROOT.version = "5.4.0 23/02/2018";
102+
JSROOT.version = "5.4.1 9/04/2018";
103103

104104
JSROOT.source_dir = "";
105105
JSROOT.source_min = false;

0 commit comments

Comments
 (0)