Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekashery committed Oct 29, 2022
1 parent 2c2259c commit 978a86c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Link `vertical-stack-in-card` inside your `ui-lovelace.yaml`

```yaml
resources:
- url: /local/vertical-stack-in-card.js?v=0.4.2
- url: /local/vertical-stack-in-card.js?v=0.4.4
type: js
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.4
2 changes: 1 addition & 1 deletion vertical-stack-in-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log(`%cvertical-stack-in-card\n%cVersion: ${'0.4.2'}`, 'color: #1976d2; font-weight: bold;', '');
console.log(`%cvertical-stack-in-card\n%cVersion: ${'0.4.4'}`, 'color: #1976d2; font-weight: bold;', '');

class VerticalStackInCard extends HTMLElement {
constructor() {
Expand Down

0 comments on commit 978a86c

Please sign in to comment.