From 8878acc04025c77eb0bf2e3babff1f645d0e9240 Mon Sep 17 00:00:00 2001 From: Pat O'Neill Date: Tue, 3 Oct 2017 13:11:27 -0400 Subject: [PATCH] 6.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c984b450b..921fbb8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## [6.3.1](https://github.com/videojs/video.js/compare/v6.3.0...v6.3.1) (2017-10-03) + +### Bug Fixes + +* Make sure time displays use correctly-formatted time. ([#4643](https://github.com/videojs/video.js/issues/4643)) ([20f7fe9](https://github.com/videojs/video.js/commit/20f7fe9)) + # [6.3.0](https://github.com/videojs/video.js/compare/v6.2.8...v6.3.0) (2017-10-03) diff --git a/package.json b/package.json index 128669548..fcf6b6e7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "6.3.0", + "version": "6.3.1", "main": "./dist/video.cjs.js", "style": "./dist/video-js.css", "copyright": "Copyright Brightcove, Inc. ",