diff --git a/package-lock.json b/package-lock.json index 508f624..be8b511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exactnumber", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "exactnumber", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.0", diff --git a/package.json b/package.json index 4f22be6..a102c6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "exactnumber", "description": "Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.", - "version": "1.0.3", + "version": "1.0.4", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/types/src/index.d.ts",