From 7aae4eaa8bd76c709c8039ff131f9e59e8704ea9 Mon Sep 17 00:00:00 2001 From: Jerome Duncan Date: Mon, 4 Mar 2019 17:11:26 +0000 Subject: [PATCH] Update files to display the correct versions --- bower.json | 2 +- package.json | 2 +- rollup.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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(),