Skip to content

Commit

Permalink
rebuild with correct version number in place for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Feb 19, 2017
1 parent ef4d6d8 commit 2446ac6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="0.7.2"></a>
## 0.7.2 (2017-02-19)




<a name="0.7.1"></a>
## 0.7.1 (2017-02-19)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matchHeight",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/liabru/jquery-match-height",
"authors": [
"Liam Brummitt <[email protected]> (http:https://brm.io/)"
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.matchHeight-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jquery.matchHeight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jquery-match-height 0.7.1 by @liabru
* jquery-match-height 0.7.2 by @liabru
* http:https://brm.io/jquery-match-height/
* License: MIT
*/
Expand Down Expand Up @@ -143,7 +143,7 @@
* plugin global options
*/

matchHeight.version = '0.7.1';
matchHeight.version = '0.7.2';
matchHeight._groups = [];
matchHeight._throttle = 80;
matchHeight._maintainScroll = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-match-height",
"version": "0.7.1",
"version": "0.7.2",
"license": "MIT",
"homepage": "http:https://brm.io/jquery-match-height/",
"author": "Liam Brummitt <[email protected]> (http:https://brm.io/)",
Expand Down

0 comments on commit 2446ac6

Please sign in to comment.