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`
1919``` yaml
2020lovelace :
2121 resources :
22- - url : /local/github-entity-row.js?v=2.0 .0
22+ - url : /local/github-entity-row.js?v=2.1 .0
2323 type : module
2424` ` `
2525
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class GithubEntityRow extends Polymer.Element {
7979}
8080
8181console . info (
82- '%c GITHUB-ENTITY-ROW %c 2.0 .0 ' ,
82+ '%c GITHUB-ENTITY-ROW %c 2.1 .0 ' ,
8383 'color: cyan; background: black; font-weight: bold;' ,
8484 'color: darkblue; background: white; font-weight: bold;'
8585) ;
Original file line number Diff line number Diff line change 11{
22 "github-entity-row" : {
33 "updated_at" : " 2022-02-15" ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "remote_location" : " https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/github-entity-row.js" ,
66 "visit_repo" : " https://github.com/benct/lovelace-github-entity-row" ,
77 "changelog" : " https://github.com/benct/lovelace-github-entity-row"
You can’t perform that action at this time.
0 commit comments