summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid DeSandro <desandrocodes@gmail.com>2013-12-24 15:36:31 -0500
committerDavid DeSandro <desandrocodes@gmail.com>2013-12-24 15:36:31 -0500
commit1394e3ba9cee0237c7a03f754410aa5d56327f10 (patch)
tree825909d2bd81267013c6658ee8ef5a29e0c7a6d5
parent718278d2426b00537bd9debda3a532fb68093489 (diff)
downloadimagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.zip
imagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.tar.gz
imagesloaded-1394e3ba9cee0237c7a03f754410aa5d56327f10.tar.bz2
tick eventie to v1.0.4; Fixes #117v3.1.1
-rw-r--r--bower.json4
-rw-r--r--imagesloaded.jquery.json2
-rw-r--r--imagesloaded.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index 80bcc49..b5c6aca 100644
--- a/bower.json
+++ b/bower.json
@@ -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
*/