diff --git a/package-lock.json b/package-lock.json index f07ba02..098630e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wardenfinance/currency", - "version": "1.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wardenfinance/currency", - "version": "1.0.1", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@types/node": "^14.14.37", diff --git a/package.json b/package.json index 0b368f4..307da12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wardenfinance/currency", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "JavaScript library for dealing with different currencies.", "main": "dist/index.js",