summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--bower.json2
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8428e07..dfa041e 100644
--- a/README.md
+++ b/README.md
@@ -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))
diff --git a/bower.json b/bower.json
index c14d0f7..9a10d09 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "jQuery.equalHeights",
- "version": "1.4.0",
+ "version": "1.4.1",
"main": "jQuery.equalHeights.js",
"dependencies": {
"jquery": ">=1.7"