From c8fff522b1ccfb6ab56417eb0d5d7fb85d9b21c4 Mon Sep 17 00:00:00 2001 From: Scott Penrose Date: Thu, 18 Dec 2025 18:08:08 +1100 Subject: [PATCH] Fix version --- library.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 54d84d5..eab2fb7 100644 --- a/library.json +++ b/library.json @@ -5,16 +5,16 @@ "keywords": "victron, ble, bluetooth, solar, mppt, battery, smartshunt, esp32", "repository": { "type": "git", - "url": "https://github.com/yourusername/VictronBLE.git" + "url": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git" }, "authors": [ { - "name": "Your Name", - "email": "your.email@example.com" + "name": "Scott Penrose", + "email": "scottp@dd.com.au" } ], "license": "MIT", - "homepage": "https://github.com/yourusername/VictronBLE", + "homepage": "https://gitea.sh3d.com.au/Sh3d/VictronBLE.git", "frameworks": ["arduino", "espidf"], "platforms": ["espressif32"], "dependencies": [],