From 14c27016e4b7e87dfb295b2c96bfce92479564e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 11 Nov 2019 18:58:47 +0100 Subject: [PATCH] Fix HACS downloads (for real this time) (#14) * Update hacs.json * Update const.ts --- hacs.json | 5 ++--- src/const.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hacs.json b/hacs.json index 3071b02..763852a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,5 @@ { "name": "Aftership Card", "render_readme": true, - "filename": "aftership-card.js", - "zip_release": true -} \ No newline at end of file + "filename": "aftership-card.js" +} diff --git a/src/const.ts b/src/const.ts index 7733cfd..ae5882b 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.1.4'; +export const CARD_VERSION = '1.1.5';