diff --git a/library.properties b/library.properties index e674f66d..da79823f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SdFat -version=1.0.5 +version=1.0.6 author=Bill Greiman maintainer=Bill Greiman sentence=FAT16/FAT32 file system for SD cards. diff --git a/src/SdFat.h b/src/SdFat.h index 99c78319..5e0923d0 100644 --- a/src/SdFat.h +++ b/src/SdFat.h @@ -34,7 +34,7 @@ #include "SdCard/SdioCard.h" //------------------------------------------------------------------------------ /** SdFat version */ -#define SD_FAT_VERSION "1.0.5" +#define SD_FAT_VERSION "1.0.6" //============================================================================== /** * \class SdBaseFile