diff --git a/package-lock.json b/package-lock.json index 6e45429..c612239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui-currency-converter", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ui-currency-converter", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.21.0", diff --git a/package.json b/package.json index 20f366a..18ac2ff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -78,6 +78,5 @@ "dependencies": { "tailwindcss": "^3.2.7", "axios": "^1.3.4" - } }