Skip to content

Commit

Permalink
🔖 Update version & docs (v0.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 7, 2020
1 parent 7e18268 commit b51750a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8.0
- url: /local/simple-weather-card-bundle.js?v=0.8.1
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.8.0/simple-weather-card-bundle.js
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.8.1/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.8.0
- url: /local/simple-weather-card-bundle.js?v=0.8.1
type: module
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-weather-card",
"version": "0.8.0",
"version": "0.8.1",
"description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit b51750a

Please sign in to comment.