From 67a60544bf6960ff43b923c37d554ecdfca8dfdd Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Sun, 23 Mar 2014 22:17:17 -0700 Subject: [PATCH] Prepare 0.3.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91b9df8..e4f8749 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabs-to-spaces", "main": "./lib/tabs-to-spaces", - "version": "0.3.1", + "version": "0.3.2", "description": "Provides the ability to convert between leading tabs and spaces in a document", "activationEvents": [ "tabs-to-spaces:tabify",