diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | bower.json | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ # jQuery Simple Equal Heights -Version 1.4.0 +Version 1.4.1 ## Summary @@ -48,6 +48,10 @@ See `example.html` in examples folder. ### Changelog +#### Version 1.4.1 + +* add bower support + #### Version 1.4 * allow auto initialization with `data-heights` and `data-targets` (props [betweenbrain](https://github.com/betweenbrain)) @@ -1,6 +1,6 @@ { "name": "jQuery.equalHeights", - "version": "1.4.0", + "version": "1.4.1", "main": "jQuery.equalHeights.js", "dependencies": { "jquery": ">=1.7" |