From 6bd9a031fd074735fcb5e2f116eaa5ada8fdac7b Mon Sep 17 00:00:00 2001 From: Joezo Date: Tue, 28 Oct 2014 16:35:29 +0000 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 e6a4170..6639ba5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-jshint", "main": "./index.js", - "version": "1.4.4", + "version": "1.5.0", "private": true, "description": "Validates your JS against JSHint as you type. The original and most used.", "repository": "https://github.com/Joezo/atom-jshint",