From c46cbac39d456c1e044c83175e285c3f5ef82137 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Wed, 14 Jun 2023 14:56:06 +0200 Subject: [PATCH] chore: bump library version to 2.0.4 always based on FatFs R0.12c modified by ST. 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 c511343..a0a5f1d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/stm32duino/FatFs.git" }, - "version": "2.0.3", + "version": "2.0.4", "authors": [ { "url": "http://elm-chan.org/fsw/ff/00index_e.html", diff --git a/library.properties b/library.properties index ab65880..f7b0598 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FatFs -version=2.0.3 +version=2.0.4 author=Chan , ST maintainer=stm32duino sentence=FAT file system based on open-source FatFS solution.