diff --git a/package-lock.json b/package-lock.json index 9f77cd6..cbd0692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unshorter", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unshorter", - "version": "1.1.3", + "version": "1.2.0", "license": "MIT" } } diff --git a/package.json b/package.json index e48602c..aa5c5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unshorter", - "version": "1.1.3", + "version": "1.2.0", "description": "Minimalist and lightweight URL unshortener for Node.js", "main": "index.js", "scripts": {