Skip to content

Commit

Permalink
Update files to display the correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmd committed Mar 4, 2019
1 parent b080bcd commit 7aae4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "2.3.2",
"version": "2.4.0",
"homepage": "http://macyjs.com/",
"author": {
"name": "Big Bite Creative",
Expand Down
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": "2.3.2",
"version": "2.4.0",
"author": {
"name": "Big Bite Creative",
"url": "http://bigbitecreative.com",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let buildObj = {
entry: 'src/macy.js',
format: 'umd',
moduleName: 'Macy',
banner: '/* Macy.js - v2.3.2 */',
banner: '/* Macy.js - v2.4.0 */',
plugins: [
eslint(),
babel(),
Expand Down

0 comments on commit 7aae4ea

Please sign in to comment.