diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-12-16 14:11:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:11:48 +0800 |
commit | 8b10b93ee1cd583aa15f608a89a51353a1828944 (patch) | |
tree | f916375c51ee7c491c6aafb1f28c6c404e6cb8f5 | |
parent | 549de028b664d565b237ab2c4f79c5ae2f64b1ad (diff) | |
download | tracifyjs-8b10b93ee1cd583aa15f608a89a51353a1828944.tar.gz tracifyjs-8b10b93ee1cd583aa15f608a89a51353a1828944.zip |
v3.12.2
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 54b68852..205208f9 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.12.1", + "version": "3.12.2", "engines": { "node": ">=0.8.0" }, |