Prepare 0.30.6 release

This commit is contained in:
Glavin Wiechert 2017-10-30 02:01:39 -03:00
parent 19a2eb96ef
commit 78db075f83
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "atom-beautify", "name": "atom-beautify",
"main": "./src/beautify", "main": "./src/beautify",
"version": "0.30.5", "version": "0.30.6",
"private": true, "private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom", "description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
"repository": { "repository": {
@ -449,4 +449,4 @@
"prettydiff2" "prettydiff2"
] ]
} }
} }