Skip to content

Commit

Permalink
Prepare for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeoliva committed Nov 29, 2019
1 parent be371aa commit 13745c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "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",
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 = '3.0.0';
const VERSION = '3.0.1';
export function getVersionString() {
return VERSION;
}

0 comments on commit 13745c6

Please sign in to comment.