diff --git a/package-lock.json b/package-lock.json index 05491e8..2e13e85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rend", - "version": "0.0.82", + "version": "0.0.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rend", - "version": "0.0.82", + "version": "0.0.83", "license": "ISC" } } diff --git a/package.json b/package.json index 3bfc529..d67367f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rend", "type": "module", - "version": "0.0.82", + "version": "0.0.83", "description": "A node renderer using template literals.", "main": "rend.js", "scripts": {