Skip to content

Commit

Permalink
Update version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeoliva committed Oct 12, 2017
1 parent d91aca5 commit b1aad9f
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/dash.all.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -15372,7 +15372,7 @@ Object.defineProperty(exports, '__esModule', {
value: true
});
exports.getVersionString = getVersionString;
var VERSION = '2.6.1';
var VERSION = '2.6.2';

function getVersionString() {
return VERSION;
Expand Down
2 changes: 1 addition & 1 deletion dist/dash.all.debug.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dash.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dash.all.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dash.mediaplayer.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -15309,7 +15309,7 @@ Object.defineProperty(exports, '__esModule', {
value: true
});
exports.getVersionString = getVersionString;
var VERSION = '2.6.1';
var VERSION = '2.6.2';

function getVersionString() {
return VERSION;
Expand Down
2 changes: 1 addition & 1 deletion dist/dash.mediaplayer.debug.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dash.mediaplayer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dash.mediaplayer.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dash.protection.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dash.reporting.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashjs",
"version": "2.6.1",
"version": "2.6.2",
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
"main": "build/es5/index.js",
"types": "build/typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = '2.6.1';
const VERSION = '2.6.2';
export function getVersionString() {
return VERSION;
}

0 comments on commit b1aad9f

Please sign in to comment.