Skip to content

Commit

Permalink
Release v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Apr 23, 2014
1 parent 761f13e commit b685cb2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.11.5",
"version": "0.11.6",
"homepage": "https://github.com/mozilla/vtt.js",
"authors": [
"Andreas Gal <gal@mozilla.com>",
Expand Down
5 changes: 3 additions & 2 deletions dist/vtt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*! vtt.js - https://github.com/mozilla/vtt.js (built on 11-04-2014) */
/* vtt.js - v0.11.5 (https://github.com/mozilla/vtt.js) built on 23-04-2014 */

/**
* Copyright 2013 vtt.js Contributors
*
Expand Down Expand Up @@ -418,7 +419,7 @@

(function(global) {

_objCreate = Object.create || (function() {
var _objCreate = Object.create || (function() {
function F() {}
return function(o) {
if (arguments.length !== 1) {
Expand Down
4 changes: 2 additions & 2 deletions dist/vtt.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Andreas Gal <gal@mozilla.com>",
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.11.5",
"version": "0.11.6",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/vtt.js.git"
Expand Down

0 comments on commit b685cb2

Please sign in to comment.