Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffshots committed Nov 22, 2024
1 parent 8c5600e commit e3a4e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from homeassistant.const import Platform

VERSION = "v0.2.2"
VERSION = "v0.2.3"
ISSUE_URL = "https://github.com/wolffshots/hass-audiobookshelf/issues"
DOMAIN = "audiobookshelf"
PLATFORMS: list[Platform] = [Platform.SENSOR]
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"requirements": [
"aiohttp"
],
"version": "0.2.2"
"version": "0.2.3"
}

0 comments on commit e3a4e35

Please sign in to comment.