diff --git a/package.json b/package.json index 50071e1e4f..6d046c52a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dashjs", - "version": "3.0.0", + "version": "3.0.1", "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", diff --git a/src/core/Version.js b/src/core/Version.js index 3cf559ef32..428615b98c 100644 --- a/src/core/Version.js +++ b/src/core/Version.js @@ -1,4 +1,4 @@ -const VERSION = '3.0.0'; +const VERSION = '3.0.1'; export function getVersionString() { return VERSION; }