Skip to content

Commit

Permalink
Releasing 3.3.2, fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Apr 27, 2014
1 parent 1738278 commit 2e85419
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(grunt) {
grunt.initConfig({
// Metadata.
meta: {
version: '3.3.1'
version: '3.3.2'
},
banner: '/*! picturePolyfill - v<%= meta.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picturePolyfill",
"version": "3.3.1",
"version": "3.3.2",
"main": "picturePolyfill.js",
"ignore": [
".idea",
Expand Down
4 changes: 2 additions & 2 deletions dist/picturePolyfill.min.js

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

3 changes: 2 additions & 1 deletion src/picturePolyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,5 @@ var picturePolyfill = (function(w) {

}(window));

picturePolyfill.initialize();
picturePolyfill.initialize();
picturePolyfill.parse();

0 comments on commit 2e85419

Please sign in to comment.