summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Banks <mjbanks@gmail.com>2013-08-09 12:17:38 -0400
committerMatt Banks <mjbanks@gmail.com>2013-08-09 12:17:38 -0400
commit7d6e51bfb2662426ec85b0fb1015e3dc8ce2e18d (patch)
tree659de0b1f35a2b10ca9405109ae111606fb0fb24
parentade48c0915f128e47e8fce4838fec909b18cdd1e (diff)
downloadjQuery.equalHeights-7d6e51bfb2662426ec85b0fb1015e3dc8ce2e18d.zip
jQuery.equalHeights-7d6e51bfb2662426ec85b0fb1015e3dc8ce2e18d.tar.gz
jQuery.equalHeights-7d6e51bfb2662426ec85b0fb1015e3dc8ce2e18d.tar.bz2
bump version 1.4.1 with dependencies for bowerv1.4.1
-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"