diff --git a/package-lock.json b/package-lock.json index 94c6885..585126e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "easy-invoice", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "easy-invoice", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "dependencies": { "@hookform/resolvers": "^3.10.0", diff --git a/package.json b/package.json index 2378b7b..44bf102 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "easy-invoice", "description": "A Request Network demo app for easy invoice creation using Request API", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "scripts": { "dev": "chmod +x dev/dev-startup.sh && ./dev/dev-startup.sh ",