diff --git a/package.json b/package.json index 4292080..5564503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-thermostat", - "version": "0.33.0", + "version": "0.33.1", "description": "A different take on the thermostat card for Home Assistant Lovelace UI", "main": "src/index.js", "repository": "git@github.com:nervetattoo/simple-thermostat.git", diff --git a/tracker.json b/tracker.json index 899afe3..3be4bb7 100644 --- a/tracker.json +++ b/tracker.json @@ -1,9 +1,9 @@ { "simple-thermostat": { - "version": "0.33.0", - "updated_at": "2020-01-02", + "version": "0.33.1", + "updated_at": "2020-01-06", "visit_repo": "https://github.com/nervetattoo/simple-thermostat", - "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.33.0/simple-thermostat.js", - "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.33.0" + "remote_location": "https://github.com/nervetattoo/simple-thermostat/releases/download/0.33.1/simple-thermostat.js", + "changelog": "https://github.com/nervetattoo/simple-thermostat/releases/0.33.1" } }