From 432eb6502c12b553dab825c29d9d444f41c6c901 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Fri, 17 Apr 2026 12:23:04 +0000 Subject: [PATCH] chore(release): bump version to 0.31.0b3 --- custom_components/tibber_prices/manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/custom_components/tibber_prices/manifest.json b/custom_components/tibber_prices/manifest.json index 3064578..6df07c8 100644 --- a/custom_components/tibber_prices/manifest.json +++ b/custom_components/tibber_prices/manifest.json @@ -1,11 +1,15 @@ { "domain": "tibber_prices", "name": "Tibber Price Information & Ratings", - "codeowners": ["@jpawlowski"], + "codeowners": [ + "@jpawlowski" + ], "config_flow": true, "documentation": "https://github.com/jpawlowski/hass.tibber_prices", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues", - "requirements": ["aiofiles>=23.2.1"], - "version": "0.31.0b2" + "requirements": [ + "aiofiles>=23.2.1" + ], + "version": "0.31.0b3" }