From 84abff4d13a7f7652bb6998c688e91d677548998 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 18 Dec 2016 18:04:13 -0400 Subject: [PATCH] Prepare 0.29.14 release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6fba43..6f226bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-beautify", "main": "./src/beautify", - "version": "0.29.13", + "version": "0.29.14", "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": { @@ -300,4 +300,4 @@ "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html" } -} \ No newline at end of file +}