diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-09-27 20:36:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 20:36:27 +0800 |
commit | 92d1391e5e3f6d2381233fc41f31ce0b808900ae (patch) | |
tree | aab8fc05d7301664b6627f5bc0a1e284a612b7bb | |
parent | b4ff6d0f2da3f094cf1bb4897a2dc67ad4f3efa5 (diff) | |
download | tracifyjs-92d1391e5e3f6d2381233fc41f31ce0b808900ae.tar.gz tracifyjs-92d1391e5e3f6d2381233fc41f31ce0b808900ae.zip |
v3.11.0
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a95e5e67..e0f7aafd 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.10.4", + "version": "3.11.0", "engines": { "node": ">=0.8.0" }, |