WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8274371

Browse files
committed
Bump version: 1.20.2 → 1.20.3
1 parent 05a21f7 commit 8274371

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.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.20.2
2+
current_version = 1.20.3
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.20.2
18+
idf.py add-dependency joltwallet/littlefs==1.20.3
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.20.2"
1+
version: "1.20.3"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
extern "C" {
1616
#endif
1717

18-
#define ESP_LITTLEFS_VERSION_NUMBER "1.20.2"
18+
#define ESP_LITTLEFS_VERSION_NUMBER "1.20.3"
1919
#define ESP_LITTLEFS_VERSION_MAJOR 1
2020
#define ESP_LITTLEFS_VERSION_MINOR 20
21-
#define ESP_LITTLEFS_VERSION_PATCH 2
21+
#define ESP_LITTLEFS_VERSION_PATCH 3
2222

2323
#ifdef ESP8266
2424
// 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.20.2",
3+
"version": "1.20.3",
44
"description": "LittleFS is a small fail-safe filesystem for micro-controllers.",
55
"frameworks": "espidf",
66
"platforms": "*",

0 commit comments

Comments
 (0)