File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
19
19
``` yaml
20
20
lovelace :
21
21
resources :
22
- - url : /local/github-entity-row.js?v=2.0 .0
22
+ - url : /local/github-entity-row.js?v=2.1 .0
23
23
type : module
24
24
` ` `
25
25
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class GithubEntityRow extends Polymer.Element {
79
79
}
80
80
81
81
console . info (
82
- '%c GITHUB-ENTITY-ROW %c 2.0 .0 ' ,
82
+ '%c GITHUB-ENTITY-ROW %c 2.1 .0 ' ,
83
83
'color: cyan; background: black; font-weight: bold;' ,
84
84
'color: darkblue; background: white; font-weight: bold;'
85
85
) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"github-entity-row" : {
3
3
"updated_at" : " 2022-02-15" ,
4
- "version" : " 2.0 .0" ,
4
+ "version" : " 2.1 .0" ,
5
5
"remote_location" : " https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/github-entity-row.js" ,
6
6
"visit_repo" : " https://github.com/benct/lovelace-github-entity-row" ,
7
7
"changelog" : " https://github.com/benct/lovelace-github-entity-row"
You can’t perform that action at this time.
0 commit comments