From 404191803746c3b97287144fd1cad99ef49e802e Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sat, 15 Apr 2017 16:40:46 -0300 Subject: [PATCH] Prepare 0.29.20 release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1935066..704042c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-beautify", "main": "./src/beautify", - "version": "0.29.19", + "version": "0.29.20", "private": true, "description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom", "repository": { @@ -333,4 +333,4 @@ "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html" } -} \ No newline at end of file +}