Skip to content

Commit 64e1a7f

Browse files
committed
prepare 5.4.3
1 parent 52b42f6 commit 64e1a7f

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.3
44
1. Fix - draw functions also when histogram "same" option used (#159)
55
2. Fix - when draw histogram as markers improve optimization algorithm
66
3. Fix - correct histogram Y-axis range selection in logarithmic 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.4.2",
3+
"version": "5.4.3",
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.2 29/05/2018";
102+
JSROOT.version = "5.4.3 6/07/2018";
103103

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

0 commit comments

Comments
 (0)