diff --git a/package-lock.json b/package-lock.json index 47dc5b0..1238026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "subscript", - "version": "8.3.4", + "version": "8.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "subscript", - "version": "8.3.4", + "version": "8.3.5", "license": "ISC", "devDependencies": { "rollup": "^2.60.2", diff --git a/package.json b/package.json index d213b52..cdfe9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subscript", - "version": "8.3.4", + "version": "8.3.5", "description": "Fast and tiny expression evaluator with minimal syntax.", "main": "subscript.js", "module": "subscript.js",