Skip to content

Commit 1d6c084

Browse files
committed
Prepare for v2.6.8 version
1 parent 047037b commit 1d6c084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashjs",
3-
"version": "2.6.7",
3+
"version": "2.6.8",
44
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
55
"main": "build/es5/index.js",
66
"types": "build/typings/index.d.ts",

src/core/Version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '2.6.7';
1+
const VERSION = '2.6.8';
22
export function getVersionString() {
33
return VERSION;
44
}

0 commit comments

Comments
 (0)