Skip to content

Commit 2446ac6

Browse files
committed
rebuild with correct version number in place for npm
1 parent ef4d6d8 commit 2446ac6

5 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.7.2"></a>
2+
## 0.7.2 (2017-02-19)
3+
4+
5+
6+
17
<a name="0.7.1"></a>
28
## 0.7.1 (2017-02-19)
39

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matchHeight",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"homepage": "https://github.com/liabru/jquery-match-height",
55
"authors": [
66
"Liam Brummitt <[email protected]> (http://brm.io/)"

dist/jquery.matchHeight-min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.matchHeight.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jquery-match-height 0.7.1 by @liabru
2+
* jquery-match-height 0.7.2 by @liabru
33
* http://brm.io/jquery-match-height/
44
* License: MIT
55
*/
@@ -143,7 +143,7 @@
143143
* plugin global options
144144
*/
145145

146-
matchHeight.version = '0.7.1';
146+
matchHeight.version = '0.7.2';
147147
matchHeight._groups = [];
148148
matchHeight._throttle = 80;
149149
matchHeight._maintainScroll = false;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-match-height",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"license": "MIT",
55
"homepage": "http://brm.io/jquery-match-height/",
66
"author": "Liam Brummitt <[email protected]> (http://brm.io/)",

0 commit comments

Comments
 (0)