From 85c671983a31a7e4ec9cdbad5a24f36847d2ac66 Mon Sep 17 00:00:00 2001 From: Joezo Date: Thu, 26 Jun 2014 09:57:26 +0100 Subject: [PATCH] Prepare 1.3.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 560e285..7be294c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-jshint", "main": "./index.js", - "version": "1.2.0", + "version": "1.3.0", "private": true, "description": "Validates your JS against JSHint as you type. The original and most used.", "repository": "https://github.com/Joezo/atom-jshint",