Skip to content

Commit 31b16b3

Browse files
committed
Update package version
1 parent de68abf commit 31b16b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macy",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"homepage": "http://macyjs.com/",
55
"author": {
66
"name": "Big Bite Creative",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "macy",
33
"description": "Macy is a lightweight, dependency free, masonry layout library",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": {
66
"name": "Big Bite Creative",
77
"url": "http://bigbitecreative.com",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let buildObj = {
66
entry: 'src/macy.js',
77
format: 'umd',
88
moduleName: 'Macy',
9-
banner: '/* Macy.js - v2.0.0 */',
9+
banner: '/* Macy.js - v2.0.1 */',
1010
plugins: [
1111
eslint(),
1212
babel(),

0 commit comments

Comments
 (0)