Skip to content

Commit

Permalink
upgrade version to use bower
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Feb 27, 2014
1 parent 3411a41 commit 0098a6a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BttrLazyLoading",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": ["./jquery.bttrlazyloading.min.js", "./bttrlazyloading.css"],
"author": "Julien Renaux",
Expand All @@ -14,7 +14,7 @@
"tests"
],
"dependencies": {
"jquery": ">2.0.0"
"jquery": ">=1.5"
},
"devDependencies": {
"bootstrap": ">=3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bttrlazyloading.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BttrLazyLoading, Responsive Lazy Loading plugin for JQuery
by Julien Renaux http://bttrlazyloading.julienrenaux.fr
Version 1.0.3
Version 1.0.4
Full source at https://github.com/shprink/BttrLazyLoading
MIT License, https://github.com/shprink/BttrLazyLoading/blob/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion bttrlazyloading.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bttrlazyloading",
"version": "1.0.3",
"version": "1.0.4",
"description": "BttrLazyLoading is a jQuery plugin that allows your web application to only load images within the viewport. It also multi serves responsive images for 4 differents screen sizes.",
"keywords": [
"lazy-loading",
Expand Down
2 changes: 1 addition & 1 deletion bttrlazyloading.min.css

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

2 changes: 1 addition & 1 deletion jquery.bttrlazyloading.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 version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4

0 comments on commit 0098a6a

Please sign in to comment.