Skip to content

Commit cd9bc6f

Browse files
committed
Bump version numbers for v1.5.1
1 parent ee2db19 commit cd9bc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/player/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
132132
/**
133133
* @define {string} A version number taken from git at compile time.
134134
*/
135-
goog.define('GIT_VERSION', 'v1.5.0-debug');
135+
goog.define('GIT_VERSION', 'v1.5.1-debug');
136136

137137

138138
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"homepage": "https://github.com/google/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)