Skip to content

Commit

Permalink
Build v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Dec 28, 2015
1 parent ef333aa commit 8328fc0
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 811 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Detect when images have been loaded.
### CDN

``` html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.0.0/imagesloaded.pkgd.min.js"></script>
<!-- or -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.2.0/imagesloaded.pkgd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.0.0/imagesloaded.pkgd.js"></script>
```

### Package managers
Expand Down
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagesloaded",
"version": "3.2.0",
"version": "4.0.0",
"description": "JavaScript is all like _You images done yet or what?_",
"main": "imagesloaded.js",
"dependencies": {
Expand All @@ -16,7 +16,9 @@
"package.json",
"node_modules",
"bower_components",
"tests"
"tests",
"sandbox/",
"contributing.md"
],
"homepage": "http://imagesloaded.desandro.com",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion imagesloaded.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* imagesLoaded v3.2.0
* imagesLoaded v4.0.0
* JavaScript is all like "You images are done yet or what?"
* MIT License
*/
Expand Down
Loading

0 comments on commit 8328fc0

Please sign in to comment.