Skip to content

Commit 8c77f9d

Browse files
committed
Upgrade version (2.0.0)
1 parent 296700b commit 8c77f9d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Ben Tomlin
3+
Copyright (c) 2022 Ben Tomlin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1919
```yaml
2020
lovelace:
2121
resources:
22-
- url: /local/github-entity-row.js?v=1.0.0
22+
- url: /local/github-entity-row.js?v=2.0.0
2323
type: module
2424
```
2525

github-entity-row.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ class GithubEntityRow extends Polymer.Element {
7878
}
7979
}
8080

81+
console.info(
82+
'%c GITHUB-ENTITY-ROW %c 2.0.0 ',
83+
'color: cyan; background: black; font-weight: bold;',
84+
'color: darkblue; background: white; font-weight: bold;'
85+
);
86+
8187
customElements.define('github-entity-row', GithubEntityRow);

tracker.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"github-entity-row": {
3-
"updated_at": "2019-05-03",
4-
"version": "1.0.0",
3+
"updated_at": "2022-02-15",
4+
"version": "2.0.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"

0 commit comments

Comments
 (0)