diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 318a45f..e200fb5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.4 +current_version = 1.5.5 commit = True tag = True diff --git a/README.md b/README.md index dd14eeb..181a055 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are two ways to add this component to your project 1. As a ESP-IDF managed component: In your project directory run ``` -idf.py add-dependency joltwallet/littlefs==1.5.4 +idf.py add-dependency joltwallet/littlefs==1.5.5 ``` 2. As a submodule: In your project, add this as a submodule to your `components/` directory. diff --git a/idf_component.yml b/idf_component.yml index 6e9e019..2317ecf 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.5.4" +version: "1.5.5" description: LittleFS is a small fail-safe filesystem for micro-controllers. url: https://github.com/joltwallet/esp_littlefs dependencies: diff --git a/include/esp_littlefs.h b/include/esp_littlefs.h index dfcea14..bb871a7 100644 --- a/include/esp_littlefs.h +++ b/include/esp_littlefs.h @@ -8,10 +8,10 @@ extern "C" { #endif -#define ESP_LITTLEFS_VERSION_NUMBER "1.5.4" +#define ESP_LITTLEFS_VERSION_NUMBER "1.5.5" #define ESP_LITTLEFS_VERSION_MAJOR 1 #define ESP_LITTLEFS_VERSION_MINOR 5 -#define ESP_LITTLEFS_VERSION_PATCH 4 +#define ESP_LITTLEFS_VERSION_PATCH 5 /** *Configuration structure for esp_vfs_littlefs_register.