Update changelog and config.json to prepare for 0.5.0 release

This commit is contained in:
Victor Hagelbäck 2021-01-26 21:08:41 +01:00
parent b5a385f766
commit 69a9e9899c
3 changed files with 17 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Plejd",
"version": "0.4.8",
"version": "0.5.0",
"slug": "plejd",
"description": "Adds support for the Swedish home automation devices from Plejd.",
"url": "https://github.com/icanos/hassio-plejd/",

View file

@ -8,7 +8,7 @@ const Configuration = require('./Configuration');
const logger = Logger.getLogger('plejd-main');
const version = '0.4.8';
const version = '0.5.0';
async function main() {
logger.info(`Starting Plejd add-on v. ${version}`);