summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Banks <mjbanks@gmail.com>2013-09-17 13:17:12 -0400
committerMatt Banks <mjbanks@gmail.com>2013-09-17 13:20:30 -0400
commitddb00d5221a63faafd982e73acdb8c781853c60a (patch)
tree764f0c03dd22e591f09046d00ae6e45e3052ddfb
parentcbac493e7df7f9de39dc5b48a883d5f66275576f (diff)
downloadjQuery.equalHeights-ddb00d5221a63faafd982e73acdb8c781853c60a.zip
jQuery.equalHeights-ddb00d5221a63faafd982e73acdb8c781853c60a.tar.gz
jQuery.equalHeights-ddb00d5221a63faafd982e73acdb8c781853c60a.tar.bz2
fix bug with $.height() in jQuery 1.8+ with double padding, fixes #6
-rw-r--r--bower.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 605e830..ba68b76 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "jQuery.equalHeights",
- "version": "1.5.0",
+ "version": "1.5.1",
"main": "jQuery.equalHeights.js",
"dependencies": {
"jquery": ">=1.7"
diff --git a/package.json b/package.json
index de62729..287aa1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.equalHeights",
- "version": "1.5.0",
+ "version": "1.5.1",
"dependencies": {
"load-grunt-tasks": "~0.1.0"
},