diff --git a/bower.json b/bower.json index 4e8766a..3e0ea8d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "macy", - "version": "2.3.2", + "version": "2.4.0", "homepage": "http://macyjs.com/", "author": { "name": "Big Bite Creative", diff --git a/package.json b/package.json index b1fd318..57ed02d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/rollup.config.js b/rollup.config.js index 9bbc637..0d23297 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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(),