Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Oct 13, 2015
1 parent eb9fc04 commit 69b689b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 0.4.1
* Fix hidden video.

### 0.4.0
* Add `bgColor` property.
* Fix a blurred circle on IOS9.
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.vide.js
@@ -1,5 +1,5 @@
/*
* Vide - v0.4.0
* Vide - v0.4.1
* Easy as hell jQuery plugin for video backgrounds.
* http://vodkabears.github.io/vide/
*
Expand Down Expand Up @@ -353,7 +353,7 @@
// Make it visible, when it's already playing
.one('playing.' + PLUGIN_NAME, function() {
$video.css({
visibility: 'hidden',
visibility: 'visible',
opacity: 1
});
$wrapper.css('background-image', 'none');
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.vide.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Expand Up @@ -3,7 +3,7 @@ Package.describe({
git: 'https://github.com/VodkaBears/Vide.git',
name: 'vodkabears:vide',
summary: 'Easy as hell jQuery plugin for video backgrounds',
version: '0.4.0'
version: '0.4.1'
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vide",
"version": "0.4.0",
"version": "0.4.1",
"description": "Easy as hell jQuery plugin for video backgrounds.",
"keywords": [
"jquery-plugin",
Expand Down

0 comments on commit 69b689b

Please sign in to comment.