Skip to content

Commit

Permalink
Update version (4.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 6, 2020
1 parent 77d0a10 commit 6c1ac16
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.0.1

- **Fixed:** Compatibility issue with HA `0.116` (#56)

## 4.0.0

Refactored most of the code and added several features and improvements.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple card for various robot vacuums in Home Assistant's Lovelace UI

[![GH-release](https://img.shields.io/badge/version-4.0.0-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js)
[![GH-release](https://img.shields.io/badge/version-4.0.1-red.svg?style=flat-square)](https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js)
[![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-xiaomi-vacuum-card.svg?style=flat-square)](https://github.com/benct/lovelace-xiaomi-vacuum-card/commits/master)
[![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-xiaomi-vacuum-card.svg?style=flat-square)](https://github.com/benct/lovelace-xiaomi-vacuum-card)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/hacs)
Expand All @@ -17,7 +17,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/xiaomi-vacuum-card.js?v=4.0.0
- url: /local/xiaomi-vacuum-card.js?v=4.0.1
type: module
```
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"xiaomi-vacuum-card": {
"updated_at": "2020-09-13",
"version": "4.0.0",
"updated_at": "2020-10-06",
"version": "4.0.1",
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-xiaomi-vacuum-card/master/xiaomi-vacuum-card.js",
"visit_repo": "https://github.com/benct/lovelace-xiaomi-vacuum-card",
"changelog": "https://github.com/benct/lovelace-xiaomi-vacuum-card/blob/master/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion xiaomi-vacuum-card.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c XIAOMI_VACUUM_CARD %c 4.0.0 ',
'%c XIAOMI_VACUUM_CARD %c 4.0.1 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;',
);
Expand Down

0 comments on commit 6c1ac16

Please sign in to comment.