From 16605200140c77c0692e9584d293a1e6a9649f47 Mon Sep 17 00:00:00 2001 From: Todd Rylaarsdam Date: Mon, 10 Jul 2023 11:21:22 -0500 Subject: [PATCH] Update library.json --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 7479eb5..48c4f2b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Portenta-FlashStorage", - "version": "1.0.0", + "version": "1.0.1", "description": "An easy to use API to store and retrieve a struct of data in the non-volatile flash memory of the Portenta H7.", "repository": { @@ -18,4 +18,4 @@ ], "frameworks": "Arduino", "platforms": "STSTM32" -} \ No newline at end of file +}