From fa4216fa8ac089ba9009b96953e14cb3646ea517 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Sat, 2 Dec 2023 10:01:37 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.10.2=20=E2=86=92=201.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- idf_component.yml | 2 +- include/esp_littlefs.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a10ddff..464df02 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.10.2 +current_version = 1.11.0 commit = True tag = True diff --git a/README.md b/README.md index 49b8057..3612557 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.10.2 +idf.py add-dependency joltwallet/littlefs==1.11.0 ``` 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 fbe6fbf..045511b 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.10.2" +version: "1.11.0" 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 bde6155..9ba6581 100644 --- a/include/esp_littlefs.h +++ b/include/esp_littlefs.h @@ -10,10 +10,10 @@ extern "C" { #endif -#define ESP_LITTLEFS_VERSION_NUMBER "1.10.2" +#define ESP_LITTLEFS_VERSION_NUMBER "1.11.0" #define ESP_LITTLEFS_VERSION_MAJOR 1 -#define ESP_LITTLEFS_VERSION_MINOR 10 -#define ESP_LITTLEFS_VERSION_PATCH 2 +#define ESP_LITTLEFS_VERSION_MINOR 11 +#define ESP_LITTLEFS_VERSION_PATCH 0 #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 2) && CONFIG_VFS_SUPPORT_DIR #define ESP_LITTLEFS_ENABLE_FTRUNCATE