From 35d6c96ea1d3dc1142b8f1851567894e31cde916 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 26 Feb 2024 17:04:41 -0800 Subject: [PATCH] Bump victron-ble to 0.7.1 --- 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 df85e4f..3fa8c93 100644 --- a/custom_components/victron_ble/manifest.json +++ b/custom_components/victron_ble/manifest.json @@ -14,6 +14,6 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://github.com/keshavdv/victron-hacs/issues", - "requirements": ["git+https://github.com/j9brown/victron-ble.git@main#victron_ble==0.7.0"], - "version": "0.1.2" + "requirements": ["git+https://github.com/j9brown/victron-ble.git@main#victron_ble==0.7.1"], + "version": "0.1.3" }