Skip to content

Commit

Permalink
🔖 Update version & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jan 16, 2020
1 parent 6a0ccd0 commit 5898cb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.5.0
- url: /local/simple-weather-card-bundle.js?v=0.6.0
type: module
```
Expand All @@ -30,14 +30,14 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista
2. Download `simple-weather-card-bundle.js`

```console
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.5.0/simple-weather-card-bundle.js
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.6.0/simple-weather-card-bundle.js
```

3. Add a reference to `simple-weather-card-bundle.js` inside your `ui-lovelace.yaml` or through the raw config editor gui.

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.5.0
- url: /local/simple-weather-card-bundle.js?v=0.6.0
type: module
```

Expand All @@ -62,7 +62,7 @@ A minimalistic weather card for [Home Assistant](https://github.com/home-assista

```yaml
resources:
- url: /local/simple-weather-card-bundle.js?v=0.5.0
- url: /local/simple-weather-card-bundle.js?v=0.6.0
type: module
```

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-weather-card",
"version": "0.5.0",
"version": "0.6.0",
"description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -29,6 +29,5 @@
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"simple-weather-card-bundle": {
"updated_at": "2019-08-12",
"version": "0.5.0",
"remote_location": "https://github.com/kalkih/simple-weather-card/releases/download/v0.5.0/simple-weather-card-bundle.js",
"updated_at": "2019-01-16",
"version": "0.6.0",
"remote_location": "https://github.com/kalkih/simple-weather-card/releases/download/v0.6.0/simple-weather-card-bundle.js",
"visit_repo": "https://github.com/kalkih/simple-weather-card",
"changelog": "https://github.com/kalkih/simple-weather-card/releases/latest"
}
Expand Down

0 comments on commit 5898cb1

Please sign in to comment.