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