From faf7b82b2f56746da2abd8a583e979d7fb18fce4 Mon Sep 17 00:00:00 2001 From: Dave Baddeley <34887832+djbadders@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:12:21 +0000 Subject: [PATCH] Increase version --- custom_components/octopus_intelligent/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/octopus_intelligent/manifest.json b/custom_components/octopus_intelligent/manifest.json index 6d851cb..82c03a9 100644 --- a/custom_components/octopus_intelligent/manifest.json +++ b/custom_components/octopus_intelligent/manifest.json @@ -1,7 +1,7 @@ { "domain": "octopus_intelligent", "name": "Octopus Intelligent Tariff", - "version": "1.0.0", + "version": "1.0.1", "documentation": "https://github.com/megakid/ha_octopus_intelligent", "issue_tracker": "https://github.com/megakid/ha_octopus_intelligent/issues", "codeowners": ["@megakid"],