Skip to content

Commit 2ee8d73

Browse files
committed
Prepare for 5.7.1 version
1 parent afc110e commit 2ee8d73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.7.x
3+
## Changes in 5.7.1
44
1. Fix - cover for WebVR API inconsistencies in Android devices (#184)
55
2. Fix - add more checks in TF1 GetParName/GetParValue methods (#185)
66
3. Fix - bins highlight in lego drawing with "zero" option

demo/gulp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of building lib.js with gulp for JavaScript ROOT",
55
"main": "example.htm",
66
"dependencies": {
7-
"jsroot": "^5.7.0"
7+
"jsroot": "^5.7.1"
88
},
99
"overrides": {
1010
"MathJax": {

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.7.0",
3+
"version": "5.7.1",
44
"engines": {
55
"node": ">=0.8"
66
},

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
"use strict";
9898

99-
JSROOT.version = "5.7.0 29/04/2019";
99+
JSROOT.version = "5.7.1 13/08/2019";
100100

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

0 commit comments

Comments
 (0)