diff --git a/package-lock.json b/package-lock.json index 821015b..ccfeffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/icp-calculator", - "version": "0.0.5", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dfinity/icp-calculator", - "version": "0.0.5", + "version": "0.1.0", "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.5.13", diff --git a/package.json b/package.json index ad302b8..9c0a4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/icp-calculator", - "version": "0.0.5", + "version": "0.1.0", "description": "A calculator of fees and costs for smart contracts on the Internet Computer Protocol (ICP)", "license": "Apache-2.0", "type": "module",