diff --git a/custom_components/audiobookshelf/const.py b/custom_components/audiobookshelf/const.py index cb09cbb..97c363d 100644 --- a/custom_components/audiobookshelf/const.py +++ b/custom_components/audiobookshelf/const.py @@ -6,7 +6,7 @@ NAME = "Audiobookshelf" DOMAIN = "audiobookshelf" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "v0.0.3" +VERSION = "v0.0.4" ATTRIBUTION = "Server by https://www.audiobookshelf.org/" ISSUE_URL = "https://github.com/wolffshots/hass-audiobookshelf/issues" diff --git a/custom_components/audiobookshelf/manifest.json b/custom_components/audiobookshelf/manifest.json index 5a0a614..cb1c566 100644 --- a/custom_components/audiobookshelf/manifest.json +++ b/custom_components/audiobookshelf/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/wolffshots/hass-audiobookshelf/issues", "requirements": [], - "version": "v0.0.3" + "version": "v0.0.4" } diff --git a/pyproject.toml b/pyproject.toml index 28a637b..468fb61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ max-complexity = 15 [tool.poetry] name = "audiobookshelf" -version = "v0.0.3" +version = "v0.0.4" description = "Audiobookshelf HA custom component" authors = ["wolffshots <16850875+wolffshots@users.noreply.github.com>"] readme = "README.md"