Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeleidus committed May 10, 2014
1 parent 705a688 commit 270fd58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "0.11"
- "0.10"
- "0.9"
- "0.8"
before_script:
- npm install -g grunt-cli
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ You must provide the task names that the plugin will define ahead of time.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
* 5/10/2014 - 1.0.3 (eagerload for -h) - [PR#5](https://github.com/raphaeleidus/grunt-lazyload/pull/5)
* 2/17/2014 - 1.0.2 (jshint error cleanup - [PR#4](https://github.com/raphaeleidus/grunt-lazyload/pull/4))
* 2/4/2014 - 1.0.1 (eagerload for the --help screen)
* 2/4/2014 - 1.0.0 (simplify code and improve api)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-lazyload",
"description": "Gruntplugin Lazy Loading",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/raphaeleidus/grunt-lazyload",
"author": {
"name": "Raphael Eidus",
Expand Down

0 comments on commit 270fd58

Please sign in to comment.