Skip to content

Commit

Permalink
Prepare for 5.7.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Aug 13, 2019
1 parent afc110e commit 2ee8d73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.x
## Changes in 5.7.1
1. Fix - cover for WebVR API inconsistencies in Android devices (#184)
2. Fix - add more checks in TF1 GetParName/GetParValue methods (#185)
3. Fix - bins highlight in lego drawing with "zero" option
Expand Down
2 changes: 1 addition & 1 deletion demo/gulp/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Example of building lib.js with gulp for JavaScript ROOT",
"main": "example.htm",
"dependencies": {
"jsroot": "^5.7.0"
"jsroot": "^5.7.1"
},
"overrides": {
"MathJax": {
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.7.0",
"version": "5.7.1",
"engines": {
"node": ">=0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

"use strict";

JSROOT.version = "5.7.0 29/04/2019";
JSROOT.version = "5.7.1 13/08/2019";

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

0 comments on commit 2ee8d73

Please sign in to comment.