From cd2da12de735d7c36f01d69ec0e48411e3acf15e Mon Sep 17 00:00:00 2001 From: Raymond Julin Date: Thu, 31 Jan 2019 23:19:20 +0100 Subject: [PATCH] Release 0.15.0 --- package.json | 2 +- tracker.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc58fa0..d4cc1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-thermostat", - "version": "0.14.0", + "version": "0.15.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 953574d..c34fd98 100644 --- a/tracker.json +++ b/tracker.json @@ -1,9 +1,9 @@ { "simple-thermostat": { - "version": "0.14.0", - "updated_at": "2019-01-26", + "version": "0.15.0", + "updated_at": "2019-01-31", "visit_repo": "https://github.com/nervetattoo/simple-thermostat", - "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.14.0/simple-thermostat.min.js", - "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.14.0" + "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.15.0/simple-thermostat.js", + "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.15.0" } }