diff options
author | Matt Banks <mjbanks@gmail.com> | 2015-12-02 08:43:32 -0500 |
---|---|---|
committer | Matt Banks <mjbanks@gmail.com> | 2015-12-02 08:43:32 -0500 |
commit | 4609d3b6621de978dcc3bfd36aa24c84f6970e17 (patch) | |
tree | 54f62e2c706d7a15aca714535fb9db1c1e00377f | |
parent | e07c0f06bff99195540e34623e04abe69682ce40 (diff) | |
download | jQuery.equalHeights-4609d3b6621de978dcc3bfd36aa24c84f6970e17.zip jQuery.equalHeights-4609d3b6621de978dcc3bfd36aa24c84f6970e17.tar.gz jQuery.equalHeights-4609d3b6621de978dcc3bfd36aa24c84f6970e17.tar.bz2 |
version bump, copyright year bump
-rw-r--r-- | jquery.equalheights.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery.equalheights.js b/jquery.equalheights.js index 5412377..cc94212 100644 --- a/jquery.equalheights.js +++ b/jquery.equalheights.js @@ -1,12 +1,12 @@ /*! * Simple jQuery Equal Heights * - * Copyright (c) 2013 Matt Banks + * Copyright (c) 2015 Matt Banks * Dual licensed under the MIT and GPL licenses. * Uses the same license as jQuery, see: * http://docs.jquery.com/License * - * @version 1.5.2 + * @version 1.5.3 */ (function($) { |