From ead1991a6171878e571b1e0977921fbc597aae76 Mon Sep 17 00:00:00 2001 From: Raymond Julin Date: Fri, 15 Mar 2019 08:54:42 +0100 Subject: [PATCH] Release 0.20.0 --- package.json | 2 +- tracker.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a786b63..8a2857f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-thermostat", - "version": "0.19.0", + "version": "0.20.0", "description": "A different take on the thermostat card for Home Assistant Lovelace UI", "main": "index.js", "repository": "git@github.com:nervetattoo/simple-thermostat.git", diff --git a/tracker.json b/tracker.json index 5c62834..06ac6eb 100644 --- a/tracker.json +++ b/tracker.json @@ -1,9 +1,9 @@ { "simple-thermostat": { - "version": "0.19.0", - "updated_at": "2019-03-07", + "version": "0.20.0", + "updated_at": "2019-03-15", "visit_repo": "https://github.com/nervetattoo/simple-thermostat", - "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.19.0/simple-thermostat.js", - "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.19.0" + "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.20.0/simple-thermostat.js", + "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.20.0" } }