Skip to content

Commit 7b9033b

Browse files
committed
Prepare for 5.8.0 release
1 parent 8d27ae2 commit 7b9033b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

scripts/JSRootCore.js

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

9696
"use strict";
9797

98-
JSROOT.version = "dev 9/10/2019";
98+
JSROOT.version = "5.8.0 16/10/2019";
9999

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

0 commit comments

Comments
 (0)