Skip to content

Commit

Permalink
bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Dec 20, 2021
1 parent 5426c06 commit 5a13cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5a13cd6

Please sign in to comment.