Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 12, 2018
1 parent 947d8c4 commit 5ad0083
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The card works with entities from within the **sensor** domain and displays the

```yaml
resources:
- url: /local/mini-graph-card.js?v=0.0.5
- url: /local/mini-graph-card.js?v=0.0.6
type: module
```
Expand All @@ -32,7 +32,7 @@ git clone https://github.com/kalkih/mini-graph-card.git

```yaml
resources:
- url: /local/mini-graph-card/mini-graph-card.js?v=0.0.5
- url: /local/mini-graph-card/mini-graph-card.js?v=0.0.6
type: module
```

Expand All @@ -55,15 +55,15 @@ custom_updater:

```yaml
resources:
- url: /local/mini-graph-card.js?v=0.0.5
- url: /local/mini-graph-card.js?v=0.0.6
type: module
```

If you went the `git clone` route, just run `git pull` from inside your `config/www/mini-graph-card/` directory, to get the latest version of the code. Then add the new version number to the end of the card reference url in your `ui-lovelace.yaml` like below.

```yaml
resources:
- url: /local/mini-graph-card/mini-graph-card.js?v=0.0.5
- url: /local/mini-graph-card/mini-graph-card.js?v=0.0.6
type: module
```

Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v0.0.6
- Improved handling of unknown/unavailable history entries #8
- Fixed issue where `<path>` error would appear in some scenarios
- Refactored code handling building of the graph
- Refactored code responsible for building the line graph #9

## v0.0.5
- Added `hide_icon` option #5
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mini-graph-card": {
"updated_at": "2018-10-10",
"version": "0.0.5",
"updated_at": "2018-10-12",
"version": "0.0.6",
"remote_location": "https://raw.githubusercontent.com/kalkih/mini-graph-card/master/mini-graph-card.js",
"visit_repo": "https://github.com/kalkih/mini-graph-card",
"changelog": "https://github.com/kalkih/mini-graph-card/releases/latest"
Expand Down

0 comments on commit 5ad0083

Please sign in to comment.