From 45236f6ccf4c76e85bfa7362074e58b041a38a83 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Fri, 27 Sep 2024 10:46:31 +0200 Subject: [PATCH] chore: bump library version to 1.4.0 Signed-off-by: Frederic Pillon --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index fcfd3d9..022a3e6 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/stm32duino/STM32SD" }, - "version": "1.3.2", + "version": "1.4.0", "frameworks": "arduino", "platforms": "ststm32", "build": { diff --git a/library.properties b/library.properties index 72e31ea..e9ecf97 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duino STM32SD -version=1.3.2 +version=1.4.0 author=Several maintainer=stm32duino sentence=Enables reading and writing on SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU. For slots connected to SPI-hardware use the standard Arduino SD library.