Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Fix HACS downloads (for real this time) (#14)
Browse files Browse the repository at this point in the history
* Update hacs.json

* Update const.ts
  • Loading branch information
ludeeus authored and iantrich committed Nov 11, 2019
1 parent ecb3984 commit 14c2701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "Aftership Card",
"render_readme": true,
"filename": "aftership-card.js",
"zip_release": true
}
"filename": "aftership-card.js"
}
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '1.1.4';
export const CARD_VERSION = '1.1.5';

0 comments on commit 14c2701

Please sign in to comment.