Prepare 0.33.4 release

This commit is contained in:
Glavin Wiechert 2018-09-29 00:03:41 -03:00
parent 959862122c
commit 7ca4c438e4
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "atom-beautify",
"version": "0.33.3",
"version": "0.33.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "atom-beautify",
"main": "./src/beautify",
"version": "0.33.3",
"version": "0.33.4",
"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": "https://github.com/Glavin001/atom-beautify.git",