From b8e9c93d8f2899d3bf884eaf0b4b836fe6361505 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Fri, 30 Oct 2015 23:15:56 -0700 Subject: [PATCH] Prepare 4.0.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da3f9cb1..faca3f54 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linter-eslint", "main": "./lib/linter-eslint", "activationCommands": [], - "version": "3.2.1", + "version": "4.0.0", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",