diff --git a/README.md b/README.md index 18338e4..9d4d6ce 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ Vue-dom is a web front end for the home automation software [Jeedom](https://www - display logical equipments by tags, - display info statistics (min, average and max) and history chart, - display and start scenarios, -- user authentication with login and password (not stored in application) +- display system notifications, +- ask query (interaction), +- user authentication with login and password (not stored in application), - communicate with your Jeedom through JSON-RPC API and [websocket](https://github.com/nioc/jeedom-websocket), authorized with user API key, - reduce data traffic, -- responsive +- responsive, - progressive web app (offline access). Check out the [live demo](https://nioc.github.io/vue-dom/) (since using mock data, there is no effective action and inconsistencies may occur). diff --git a/package-lock.json b/package-lock.json index 3ad72f1..fdfbccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-dom", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ffd5d3..09eafbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-dom", - "version": "0.2.0", + "version": "0.3.0", "description": "Vue-dom is a VueJS front end for the home automation software Jeedom", "keywords": [ "Jeedom",