Skip to content

Commit 0bf88db

Browse files
committed
Bump version: 1.21.1 → 1.22.0
1 parent 942a3a6 commit 0bf88db

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.21.1
2+
current_version = 1.22.0
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two ways to add this component to your project
1515
1. As a ESP-IDF managed component: In your project directory run
1616

1717
```
18-
idf.py add-dependency joltwallet/littlefs==1.21.1
18+
idf.py add-dependency joltwallet/littlefs==1.22.0
1919
```
2020

2121
2. As a submodule: In your project, add this as a submodule to your `components/` directory.

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.21.1"
1+
version: "1.22.0"
22
description: LittleFS is a small fail-safe filesystem for micro-controllers.
33
url: https://github.com/joltwallet/esp_littlefs
44
dependencies:

include/esp_littlefs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
extern "C" {
2424
#endif
2525

26-
#define ESP_LITTLEFS_VERSION_NUMBER "1.21.1"
26+
#define ESP_LITTLEFS_VERSION_NUMBER "1.22.0"
2727
#define ESP_LITTLEFS_VERSION_MAJOR 1
28-
#define ESP_LITTLEFS_VERSION_MINOR 21
29-
#define ESP_LITTLEFS_VERSION_PATCH 1
28+
#define ESP_LITTLEFS_VERSION_MINOR 22
29+
#define ESP_LITTLEFS_VERSION_PATCH 0
3030

3131
#ifdef ESP8266
3232
// ESP8266 RTOS SDK default enables VFS DIR support

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp_littlefs",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "LittleFS is a small fail-safe filesystem for micro-controllers.",
55
"frameworks": "espidf",
66
"platforms": "*",

0 commit comments

Comments
 (0)