Version bump

This commit is contained in:
Sam Potts 2015-02-28 12:09:01 +11:00
parent 35ac236a00
commit 18dfc17439
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "plyr", "name": "plyr",
"version": "1.0.14", "version": "1.0.15",
"description": "A simple HTML5 media player using custom controls", "description": "A simple HTML5 media player using custom controls",
"homepage": "http://plyr.io", "homepage": "http://plyr.io",
"keywords": [ "keywords": [

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v1.0.15
- Fix for seek time display in controls
- More documentation for controls html
## v1.0.14 ## v1.0.14
- Minor change for bootstrap compatibility - Minor change for bootstrap compatibility

View File

@ -1,6 +1,6 @@
{ {
"name": "plyr", "name": "plyr",
"version": "1.0.14", "version": "1.0.15",
"description": "A simple HTML5 media player using custom controls", "description": "A simple HTML5 media player using custom controls",
"homepage": "http://plyr.io", "homepage": "http://plyr.io",
"main": "gulpfile.js", "main": "gulpfile.js",

View File

@ -1,6 +1,6 @@
// ========================================================================== // ==========================================================================
// Plyr // Plyr
// plyr.js v1.0.14 // plyr.js v1.0.15
// https://github.com/sampotts/plyr // https://github.com/sampotts/plyr
// ========================================================================== // ==========================================================================
// Credits: http://paypal.github.io/accessible-html5-video-player/ // Credits: http://paypal.github.io/accessible-html5-video-player/