Skip to content

Commit

Permalink
update to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmd committed Jan 26, 2016
1 parent 29da571 commit 7ba412f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macy",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://macyjs.com/",
"author": {
"name": "Big Bite Creative",
Expand Down
4 changes: 2 additions & 2 deletions dist/macy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Macy.js v1.1.0 - Macy is a lightweight, dependency free, masonry layout library
* Macy.js v1.1.1 - Macy is a lightweight, dependency free, masonry layout library
* Author: Copyright (c) Big Bite Creative <@bigbitecreative> <http://bigbitecreative.com>
* Url: http://macyjs.com/
* License: MIT
Expand Down Expand Up @@ -39,7 +39,7 @@
return extended;
};
var Macy = {};
Macy.VERSION = "1.1.0";
Macy.VERSION = "1.1.1";
Macy.settings = {};
var defaults = {
columns: 3,
Expand Down
4 changes: 2 additions & 2 deletions dist/macy.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "macy",
"description": "Macy is a lightweight, dependency free, masonry layout library",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Big Bite Creative",
"url": "http://bigbitecreative.com",
Expand Down
2 changes: 1 addition & 1 deletion src/macy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* Current version.
* @type {String}
*/
Macy.VERSION = '1.1.0';
Macy.VERSION = '1.1.1';

/**
* Expose settings.
Expand Down

0 comments on commit 7ba412f

Please sign in to comment.