From e91be496ee6f83856dadfc4a65249454f2793015 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 22 Feb 2016 10:49:59 -0800 Subject: [PATCH] Prepare 1.2.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bbc718..70e016f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-ruby", "main": "./lib/main", - "version": "1.2.1", + "version": "1.2.2", "description": "Lint Ruby on the fly, using ruby -wc", "repository": "https://github.com/AtomLinter/linter-ruby", "license": "MIT",