Skip to content

Commit a459708

Browse files
committed
Bump version numbers for v1.4.2
1 parent 95f01ff commit a459708

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
@@ -125,7 +125,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
125125
/**
126126
* @define {string} A version number taken from git at compile time.
127127
*/
128-
goog.define('GIT_VERSION', 'v1.4.1-debug');
128+
goog.define('GIT_VERSION', 'v1.4.2-debug');
129129

130130

131131
/**

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.4.1",
4+
"version": "1.4.2",
55
"homepage": "https://github.com/google/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)