Skip to content

Commit 1eff8c1

Browse files
committed
Bump version numbers for 1.3.1
1 parent cb6d06a commit 1eff8c1

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
@@ -118,7 +118,7 @@ goog.inherits(shaka.player.Player, shaka.util.FakeEventTarget);
118118
/**
119119
* @define {string} A version number taken from git at compile time.
120120
*/
121-
goog.define('GIT_VERSION', 'v1.3.0-debug');
121+
goog.define('GIT_VERSION', 'v1.3.1-debug');
122122

123123

124124
/**

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

0 commit comments

Comments
 (0)