We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047037b commit 1d6c084Copy full SHA for 1d6c084
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dashjs",
3
- "version": "2.6.7",
+ "version": "2.6.8",
4
"description": "A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.",
5
"main": "build/es5/index.js",
6
"types": "build/typings/index.d.ts",
src/core/Version.js
@@ -1,4 +1,4 @@
-const VERSION = '2.6.7';
+const VERSION = '2.6.8';
export function getVersionString() {
return VERSION;
}
0 commit comments