diff --git a/package-lock.json b/package-lock.json index c972c9c..ac814f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "victron-vrm-api", - "version": "0.1.4", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "victron-vrm-api", - "version": "0.1.4", + "version": "0.2.0", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index b6914ac..81b7dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victron-vrm-api", - "version": "0.1.4", + "version": "0.2.0", "description": "Interface with the Victron Energy VRM API", "main": "index.js", "scripts": {