Skip to content

Commit

Permalink
prepare 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jul 6, 2018
1 parent 52b42f6 commit 64e1a7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSROOT changelog

## Changes in 5.4.x
## Changes in 5.4.3
1. Fix - draw functions also when histogram "same" option used (#159)
2. Fix - when draw histogram as markers improve optimization algorithm
3. Fix - correct histogram Y-axis range selection in logarithmic scale
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "5.4.2",
"version": "5.4.3",
"description": "JavaScript ROOT",
"homepage": "https://root.cern/js/",
"main": "./scripts/JSRootCore.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

"use strict";

JSROOT.version = "5.4.2 29/05/2018";
JSROOT.version = "5.4.3 6/07/2018";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down

0 comments on commit 64e1a7f

Please sign in to comment.