From 5a13cd66c6da003d52edaa308ed378c2a74cbc33 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Mon, 20 Dec 2021 08:42:53 -0800 Subject: [PATCH] bump to version 1.1.0 --- README.md | 2 +- idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6c9544..c4e103f 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.0.0 +idf.py add-dependency joltwallet/littlefs==1.1.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 9cae1a8..5c3d087 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.1" +version: "1.1.0" description: LittleFS is a small fail-safe filesystem for micro-controllers. url: https://github.com/joltwallet/esp_littlefs dependencies: