From e6fa46faf91133503ab6604fbdda37ec79bc0fc2 Mon Sep 17 00:00:00 2001 From: BRIAN MUENZENMEYER Date: Mon, 25 Jul 2016 21:54:42 -0500 Subject: [PATCH] bump version --- core/lib/patternlab.js | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/lib/patternlab.js b/core/lib/patternlab.js index df1fa47ff..d721de09f 100644 --- a/core/lib/patternlab.js +++ b/core/lib/patternlab.js @@ -1,10 +1,10 @@ -/* - * patternlab-node - v2.2.1 - 2016 - * +/* + * patternlab-node - v2.3.0 - 2016 + * * Brian Muenzenmeyer, Geoff Pursell, and the web community. - * Licensed under the MIT license. - * - * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice. + * Licensed under the MIT license. + * + * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice. * */ diff --git a/package.json b/package.json index c48a2821d..9dabe425c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "patternlab-node", "description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).", - "version": "2.2.1", + "version": "2.3.0", "main": "./core/lib/patternlab.js", "dependencies": { "diveSync": "^0.3.0",