From a3306f2a323031520ebeeb8819f81dbe768d9384 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Tue, 10 Oct 2023 19:49:17 -0400 Subject: [PATCH] bump manifest version --- custom_components/victron_ble/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/victron_ble/manifest.json b/custom_components/victron_ble/manifest.json index d7e390f..debfc09 100644 --- a/custom_components/victron_ble/manifest.json +++ b/custom_components/victron_ble/manifest.json @@ -7,7 +7,7 @@ "manufacturer_data_start": [16] } ], - "codeowners": ["@keshavdv"], + "codeowners": ["@ddollar"], "config_flow": true, "dependencies": ["bluetooth"], "documentation": "https://github.com/keshavdv/victron-hacs/", @@ -15,5 +15,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/keshavdv/victron-hacs/issues", "requirements": ["victron_ble==0.6.0"], - "version": "0.1.1" + "version": "0.1.2" }