diff --git a/package-lock.json b/package-lock.json index 2b69896..8fcef55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "js-big-decimal", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "js-big-decimal", - "version": "1.4.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.0", diff --git a/package.json b/package.json index 2855a05..3ab0a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-big-decimal", - "version": "1.4.1", + "version": "2.0.0", "description": "Work with large numbers on the client side. Round them off to any required precision.", "main": "dist/node/js-big-decimal", "types": "dist/node/big-decimal",