From 530d913f1769100a5802cd010cbb2ef815a2324c Mon Sep 17 00:00:00 2001 From: Dan Purdy Date: Sat, 14 May 2016 21:16:36 +0100 Subject: [PATCH] Prepare 1.5.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea2c051..a4ec504 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-sass-lint", "main": "./lib/main", - "version": "1.4.3", + "version": "1.5.0", "description": "Atom Linter plugin to lint your Sass/SCSS with pure node sass-lint", "repository": "https://github.com/AtomLinter/linter-sass-lint", "license": "MIT",