From bc4805753c8f9604fee1fe1daa9091820c1af45e Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Sun, 9 Mar 2014 11:52:46 -0700 Subject: [PATCH] Prepare 0.1.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 625b885..ccdd189 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabs-to-spaces", "main": "./lib/tabs-to-spaces", - "version": "0.1.0", + "version": "0.1.1", "description": "Provides the ability to convert all tabs to spaces in a document", "activationEvents": [ "tabs-to-spaces:untabify"