summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Banks <mjbanks@gmail.com>2013-09-17 13:21:39 -0400
committerMatt Banks <mjbanks@gmail.com>2013-09-17 13:21:39 -0400
commitd41d695127b02df40383105b35b758f064786426 (patch)
tree36a94487c8277a0a3b452789d0e0bc80aee77707
parentddb00d5221a63faafd982e73acdb8c781853c60a (diff)
downloadjQuery.equalHeights-origin/master.zip
jQuery.equalHeights-origin/master.tar.gz
jQuery.equalHeights-origin/master.tar.bz2
-rw-r--r--README.md6
-rw-r--r--bower.json2
-rw-r--r--package.json2
3 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index f0b2a7f..aa0c49f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# jQuery Simple Equal Heights
-Version 1.5.1
+Version 1.5.2
## Summary
@@ -50,6 +50,10 @@ See `example.html` in examples folder.
### Changelog
+#### Version 1.5.2
+
+* version bump for bower
+
#### Version 1.5.1
* fix bug with $.height() in jQuery 1.8+ with double padding when `box-siding` is set to `border-box`
diff --git a/bower.json b/bower.json
index ba68b76..6e55e90 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "jQuery.equalHeights",
- "version": "1.5.1",
+ "version": "1.5.2",
"main": "jQuery.equalHeights.js",
"dependencies": {
"jquery": ">=1.7"
diff --git a/package.json b/package.json
index 287aa1a..ce7792d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.equalHeights",
- "version": "1.5.1",
+ "version": "1.5.2",
"dependencies": {
"load-grunt-tasks": "~0.1.0"
},