Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed May 11, 2022
1 parent 87107d5 commit 69a8646
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.2
- url: /local/simple-weather-card-bundle.js?v=0.8.3
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.2/simple-weather-card-bundle.js
$ wget https://github.com/kalkih/simple-weather-card/releases/download/v0.8.3/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.2
- url: /local/simple-weather-card-bundle.js?v=0.8.3
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.2
- url: /local/simple-weather-card-bundle.js?v=0.8.3
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.2",
"version": "0.8.3",
"description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 69a8646

Please sign in to comment.