diff options
author | David DeSandro <desandrocodes@gmail.com> | 2013-12-24 15:36:31 -0500 |
---|---|---|
committer | David DeSandro <desandrocodes@gmail.com> | 2013-12-24 15:36:31 -0500 |
commit | 1394e3ba9cee0237c7a03f754410aa5d56327f10 (patch) | |
tree | 825909d2bd81267013c6658ee8ef5a29e0c7a6d5 | |
parent | 718278d2426b00537bd9debda3a532fb68093489 (diff) | |
download | imagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.zip imagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.tar.gz imagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.tar.bz2 |
tick eventie to v1.0.4; Fixes #117v3.1.1
-rw-r--r-- | bower.json | 4 | ||||
-rw-r--r-- | imagesloaded.jquery.json | 2 | ||||
-rw-r--r-- | imagesloaded.js | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ { "name": "imagesloaded", - "version": "3.1.0", + "version": "3.1.1", "description": "JavaScript is all like _You images done yet or what?_", "main": "imagesloaded.js", "dependencies": { "eventEmitter": "4.x", - "eventie": "desandro/eventie#>=1.0.3" + "eventie": "eventie#>=1.0.4 <2" }, "devDependencies": { "jquery": ">=1.9 <2.0", diff --git a/imagesloaded.jquery.json b/imagesloaded.jquery.json index cc12242..05d9aba 100644 --- a/imagesloaded.jquery.json +++ b/imagesloaded.jquery.json @@ -1,6 +1,6 @@ { "name": "imagesloaded", - "version": "3.1.0", + "version": "3.1.1", "title": "imagesLoaded", "description": "JavaScript is all like 'You images done yet or what?'", "keywords": [ diff --git a/imagesloaded.js b/imagesloaded.js index 327a391..cde284a 100644 --- a/imagesloaded.js +++ b/imagesloaded.js @@ -1,5 +1,5 @@ /*! - * imagesLoaded v3.1.0 + * imagesLoaded v3.1.1 * JavaScript is all like "You images are done yet or what?" * MIT License */ |