Jumping past 1.0 to avoid conflicts with any other package versions.
This commit is contained in:
Liam Newman 2013-03-27 15:20:56 -07:00
parent 2ea625f780
commit 7125fd05c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "js-beautify",
"version": "0.4.2",
"version": "1.2.0",
"description": "jsbeautifier.org for node",
"main": "index.js",
"preferGlobal": true,

View File

@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='jsbeautifier',
version='0.4.2',
version='1.2.0',
description='JavaScript unobfuscator and beautifier.',
long_description=('Beautify, unpack or deobfuscate JavaScript. '
'Handles popular online obfuscators.'),