From 4a72cde62afa1d593e000bac7f9c19ab359647d7 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 12 Apr 2026 19:41:59 +0000 Subject: [PATCH] chore(release): bump version to 0.31.0b1 --- 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 e8b10ff..a91a98f 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.30.0" + "requirements": [ + "aiofiles>=23.2.1" + ], + "version": "0.31.0b1" }