From ed026d9400f44f0db898fe1814e45904a560936f Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 29 Jan 2016 19:59:48 +0300 Subject: [PATCH] Release v2.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a5c3a5..d3c819d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jscs", "description": "Grunt task for checking JavaScript Code Style with jscs.", - "version": "2.6.0", + "version": "2.7.0", "author": "Gustavo Henke ", "license": "MIT", "homepage": "https://github.com/jscs-dev/grunt-jscs",