Skip to content

Commit fbb7f94

Browse files
committed
Release v0.3.6
1 parent a199e4d commit fbb7f94

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/jquery.vide.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Vide - v0.3.5
2+
* Vide - v0.3.6
33
* Easy as hell jQuery plugin for video backgrounds.
44
* http://vodkabears.github.io/vide/
55
*
@@ -277,7 +277,7 @@
277277
}
278278

279279
if (vide.path.ogv) {
280-
sources += '<source src="' + vide.path.ogv + '.ogv" type="video/ogv">';
280+
sources += '<source src="' + vide.path.ogv + '.ogv" type="video/ogg">';
281281
}
282282

283283
vide.$video = $('<video>' + sources + '</video>');

dist/jquery.vide.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
git: 'https://github.com/VodkaBears/Vide.git',
44
name: 'vodkabears:vide',
55
summary: 'Easy as hell jQuery plugin for video backgrounds',
6-
version: '0.3.5'
6+
version: '0.3.6'
77
});
88

99
Package.onUse(function(api) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vide",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Easy as hell jQuery plugin for video backgrounds.",
55
"keywords": [
66
"jquery-plugin",

0 commit comments

Comments
 (0)