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",