Skip to content

Commit 3cf1058

Browse files
committed
Upgrade version (2.1.0)
1 parent c4dbce2 commit 3cf1058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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=2.0.0
22+
- url: /local/github-entity-row.js?v=2.1.0
2323
type: module
2424
```
2525

github-entity-row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class GithubEntityRow extends Polymer.Element {
7979
}
8080

8181
console.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
);

tracker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)