From d36fa330e3f9db8defb4c334c36434afee249fde Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Tue, 21 Jun 2016 14:05:07 -0500 Subject: [PATCH] increment package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6712de1..571058e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "edition-node-gulp", "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "browser-sync": "^2.11.2", "gulp": "gulpjs/gulp#4.0",