From 3aa57780f10f8831c0ca39259e09998b324c8bc3 Mon Sep 17 00:00:00 2001 From: fdlamotte Date: Sun, 31 Aug 2025 17:30:31 +0200 Subject: [PATCH] Update library.json version --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 982983a3..572c55b0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "MeshCore", - "version" : "1.7.4", + "version" : "1.8.0", "dependencies": { "SPI": "*", "Wire": "*", @@ -13,4 +13,4 @@ "build": { "extraScript": "build_as_lib.py" } -} \ No newline at end of file +}