Prepare 0.29.19 release

This commit is contained in:
Glavin Wiechert 2017-04-15 03:27:20 -03:00
parent 3ea44935e5
commit 6756b6747d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "atom-beautify",
"main": "./src/beautify",
"version": "0.29.18",
"version": "0.29.19",
"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"
}
}
}