Skip to content

Commit ef4d6d8

Browse files
committed
change build version correctly
1 parent e180ac7 commit ef4d6d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.0 by @liabru
2+
* jquery-match-height 0.7.1 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.0';
146+
matchHeight.version = '0.7.1';
147147
matchHeight._groups = [];
148148
matchHeight._throttle = 80;
149149
matchHeight._maintainScroll = false;

0 commit comments

Comments
 (0)