Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hoffmann committed Sep 20, 2016
1 parent b4861a0 commit 7e29267
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/justlazy.js",
"author": "Fabian Hoffmann",
"description": "Lightweight javascript plugin to lazy load images",
"version": "1.5.0",
"version": "1.5.1",
"homepage": "http://fhopeman.github.io/justlazy",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/justlazy.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* justlazy 1.5.0
* justlazy 1.5.1
*
* Repo: https://github.com/fhopeman/justlazy
* Demo: http://fhopeman.github.io/justlazy
Expand Down
1 change: 0 additions & 1 deletion src/justlazy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* Repo: https://github.com/fhopeman/justlazy
* Demo: http://fhopeman.github.io/justlazy
* bug fix: https://github.com/micharegel/justlazy
*/
(function(root, factory) {
if (typeof define === "function" && define.amd) {
Expand Down

0 comments on commit 7e29267

Please sign in to comment.