From 900e77203a68a2599b08de258a8297fefa15cc50 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 9 Nov 2025 16:06:34 +0000 Subject: [PATCH] chore(release): bump version to 0.3.0 --- custom_components/tibber_prices/manifest.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index cb3b9ec..5a3dba8 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -1,16 +1,16 @@ { - "domain": "tibber_prices", - "name": "Tibber Price Information & Ratings", - "codeowners": [ - "@jpawlowski" - ], - "config_flow": true, - "documentation": "https://github.com/jpawlowski/hass.tibber_prices", - "integration_type": "hub", - "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", - "requirements": [ - "aiofiles>=23.2.1" - ], - "version": "0.2.0" + "domain": "tibber_prices", + "name": "Tibber Price Information & Ratings", + "codeowners": [ + "@jpawlowski" + ], + "config_flow": true, + "documentation": "https://github.com/jpawlowski/hass.tibber_prices", + "integration_type": "hub", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", + "requirements": [ + "aiofiles>=23.2.1" + ], + "version": "0.3.0" }