Skip to content

Commit

Permalink
Bump version numbers for v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 29, 2017
1 parent fb57963 commit f99471a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ shaka.Player.prototype.destroy = function() {
/**
* @define {string} A version number taken from git at compile time.
*/
goog.define('GIT_VERSION', 'v2.0.6-debug');
goog.define('GIT_VERSION', 'v2.0.7-debug');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "2.0.6",
"version": "2.0.7",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit f99471a

Please sign in to comment.