Skip to content

Commit

Permalink
Bump version numbers for v2.3
Browse files Browse the repository at this point in the history
Change-Id: I0e2e1540871223e71c56e10cf6b940f391943e57
  • Loading branch information
joeyparrish committed Dec 21, 2017
1 parent ab0db55 commit b763bf4
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 @@ -251,7 +251,7 @@ shaka.Player.prototype.destroy = function() {
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v2.2.0-uncompiled';
shaka.Player.version = 'v2.3.0-uncompiled';


/**
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.2.0",
"version": "2.3.0",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit b763bf4

Please sign in to comment.