Skip to content

Commit

Permalink
Bump version numbers for v1.5.0
Browse files Browse the repository at this point in the history
Change-Id: Ifcf55b95091763f18f652dadc03f2d37f986c072
  • Loading branch information
Timothy Drews committed Sep 17, 2015
1 parent bab2e1b commit 0ee5497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/player/player.js
Expand Up @@ -132,7 +132,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
/**
* @define {string} A version number taken from git at compile time.
*/
goog.define('GIT_VERSION', 'v1.4.0-debug');
goog.define('GIT_VERSION', 'v1.5.0-debug');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "1.4.0",
"version": "1.5.0",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 0ee5497

Please sign in to comment.