diff --git a/Version b/Version index d01a15b..a3006af 100644 --- a/Version +++ b/Version @@ -26,4 +26,5 @@ Version: 0.2.3 20230423 - Add mempool.space stats Version: 0.2.4 20230423 - Add calculated difficulty and mempool size child sensors Version: 0.2.5 20230425 - Switch to asyncio platform setup/aiohttp, add reload service, halving sensors. Version: 0.2.6 20230425 - Add mempool avg fee per TX child sensor -Version: 0.3.0 20230426 - Rename to Cryptoinfo Advanced \ No newline at end of file +Version: 0.3.0 20230426 - Rename to Cryptoinfo Advanced +Version: 0.3.1 20230426 - Fixes for HACS/HASS requirements \ No newline at end of file diff --git a/custom_components/cryptoinfo_advanced/__init__.py b/custom_components/cryptoinfo_advanced/__init__.py index 493f741..260c070 100644 --- a/custom_components/cryptoinfo_advanced/__init__.py +++ b/custom_components/cryptoinfo_advanced/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/custom_components/cryptoinfo_advanced/manifest.json b/custom_components/cryptoinfo_advanced/manifest.json index 44ceb67..e9fe2ad 100644 --- a/custom_components/cryptoinfo_advanced/manifest.json +++ b/custom_components/cryptoinfo_advanced/manifest.json @@ -10,5 +10,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/TheHolyRoger/hass-cryptoinfo/issues", "requirements": [], - "version": "0.3.0" + "version": "0.3.1" } \ No newline at end of file