From 6625ab8d2d3547edd853d817c409f4bd95f273b9 Mon Sep 17 00:00:00 2001 From: Dan Purdy Date: Sun, 6 Nov 2016 16:17:27 +0000 Subject: [PATCH] Prepare 1.7.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2c95ac..8c1af30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-sass-lint", "main": "./lib/main", - "version": "1.7.1", + "version": "1.7.2", "description": "Atom Linter plugin to lint your Sass/SCSS with pure node sass-lint", "repository": "https://github.com/AtomLinter/linter-sass-lint", "license": "MIT",