diff --git a/package-lock.json b/package-lock.json index d69958d..5991af2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "subscript", - "version": "7.4.4", + "version": "7.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "subscript", - "version": "7.4.4", + "version": "7.4.5", "license": "ISC", "devDependencies": { "rollup": "^2.60.2", diff --git a/package.json b/package.json index dd7901f..3055da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subscript", - "version": "7.4.4", + "version": "7.4.5", "description": "Fast and tiny expression evaluator with minimal syntax.", "main": "subscript.js", "module": "subscript.js",