Skip to content

Commit

Permalink
Bump version numbers to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Apr 7, 2015
1 parent cf8f3ca commit d79f469
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 @@ -129,7 +129,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.2.2-debug');
goog.define('GIT_VERSION', 'v1.2.3-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.2.2",
"version": "1.2.3",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit d79f469

Please sign in to comment.