Skip to content

Commit

Permalink
2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 committed Jan 5, 2024
1 parent cd69d46 commit 88b8c27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## 2024.01.1

- version number patch

## 2024.01.0

- #218 Set state_class as class variable after installing Core 2024.1 beta @edenhaus
Expand Down
4 changes: 2 additions & 2 deletions custom_components/bodymiscale/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from homeassistant.const import Platform

MIN_REQUIRED_HA_VERSION = "2024.1.0"
MIN_REQUIRED_HA_VERSION = "2024.1.1"
NAME = "BodyMiScale"
DOMAIN = "bodymiscale"
VERSION = "2024.1.0"
VERSION = "2024.1.1"

ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"cachetools==5.3.0"
],
"version": "2024.1.0"
"version": "2024.1.1"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homeassistant": "2024.1.0",
"homeassistant": "2024.1.1",
"name": "Bodymiscale",
"render_readme": true
}

0 comments on commit 88b8c27

Please sign in to comment.