From 26ba4b2f9025f2e3b4448c83df19b3ff38b1ad82 Mon Sep 17 00:00:00 2001 From: Ivan Babak Date: Wed, 8 Aug 2018 09:50:53 -0700 Subject: [PATCH] Prepare 0.3.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd4909f..946da36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-cursor-indent", "main": "./lib/atom-cursor-indent", - "version": "0.3.0", + "version": "0.3.1", "description": "Makes the cursor follow the desired (auto) indentation on empty lines.", "author": { "name": "John Babak",