diff --git a/package-lock.json b/package-lock.json index 1746294..9ac3093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exprtk.js", - "version": "2.1.0-rc.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "exprtk.js", - "version": "2.1.0-rc.0", + "version": "2.1.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 790ada4..3f30522 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postpublish": "gh workflow run test-npm.yml -F version=$npm_package_version" }, "name": "exprtk.js", - "version": "2.1.0-rc.0", + "version": "2.1.0", "description": "JS Mathematical Expression Toolkit Library", "repository": { "type": "git",