diff --git a/package-lock.json b/package-lock.json index 8053943..0e79ebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "victron-vrm-api", - "version": "0.0.11", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "victron-vrm-api", - "version": "0.0.11", + "version": "0.1.0", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/package.json b/package.json index 85d42ee..d4f259a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victron-vrm-api", - "version": "0.0.11", + "version": "0.1.0", "description": "Interface with the Victron Energy VRM API", "main": "index.js", "scripts": {