diff --git a/package-lock.json b/package-lock.json index 43b520d..6dc7763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exactnumber", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "exactnumber", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", diff --git a/package.json b/package.json index 0c1a1fb..98e5094 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.2", + "version": "1.0.3", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/src/index.d.ts",