diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-03-21 13:54:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 13:54:14 +0800 |
commit | e3c565b46fef971bae75dae0ae012eccd7e18f5c (patch) | |
tree | 5bf1a5e6fa0ad12f5d6bef317cf0d5eda5f77fb7 | |
parent | 54b0b49b6810ab77a733da6a88133ad47940c9d9 (diff) | |
download | tracifyjs-e3c565b46fef971bae75dae0ae012eccd7e18f5c.tar.gz tracifyjs-e3c565b46fef971bae75dae0ae012eccd7e18f5c.zip |
v3.5.1
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 117f786e..f5f34ad9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "JavaScript parser, mangler/compressor and beautifier toolkit", "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)", "license": "BSD-2-Clause", - "version": "3.5.0", + "version": "3.5.1", "engines": { "node": ">=0.8.0" }, |