From af10133feccac4c54c70d71e76bc1cc47b1c601e Mon Sep 17 00:00:00 2001 From: Dan Purdy Date: Fri, 17 Jun 2016 16:12:06 +0100 Subject: [PATCH] Prepare 1.6.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 175eff6..b6013f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-sass-lint", "main": "./lib/main", - "version": "1.6.0", + "version": "1.6.1", "description": "Atom Linter plugin to lint your Sass/SCSS with pure node sass-lint", "repository": "https://github.com/AtomLinter/linter-sass-lint", "license": "MIT",