Skip to content

Commit

Permalink
Upgrade version (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Feb 15, 2022
1 parent c4dbce2 commit 3cf1058
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 @@ -19,7 +19,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/github-entity-row.js?v=2.0.0
- url: /local/github-entity-row.js?v=2.1.0
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion github-entity-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GithubEntityRow extends Polymer.Element {
}

console.info(
'%c GITHUB-ENTITY-ROW %c 2.0.0 ',
'%c GITHUB-ENTITY-ROW %c 2.1.0 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;'
);
Expand Down
2 changes: 1 addition & 1 deletion tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"github-entity-row": {
"updated_at": "2022-02-15",
"version": "2.0.0",
"version": "2.1.0",
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/github-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-github-entity-row",
"changelog": "https://github.com/benct/lovelace-github-entity-row"
Expand Down

0 comments on commit 3cf1058

Please sign in to comment.