From 1a000607c53cf73bdb61022a10bec6ad86f12062 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Fri, 20 May 2022 14:22:12 -0700 Subject: [PATCH] Version 2.0.0 (#30) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7773cbe..93d6680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "command-line-args": "5.2.1", diff --git a/package.json b/package.json index 93484b2..2038cff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unminify", - "version": "1.1.0", + "version": "2.0.0", "author": "Kevin Gibbons ", "description": "reverse many of the transformations applied by minifiers and naïve obfuscators", "license": "Apache-2.0",