Skip to content

Commit 6e74d2b

Browse files
committed
Bump version: 1.14.8 → 1.15.0
1 parent 40f0fce commit 6e74d2b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.14.8
2+
current_version = 1.15.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.14.8
18+
idf.py add-dependency joltwallet/littlefs==1.15.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.14.8"
1+
version: "1.15.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
@@ -14,10 +14,10 @@
1414
extern "C" {
1515
#endif
1616

17-
#define ESP_LITTLEFS_VERSION_NUMBER "1.14.8"
17+
#define ESP_LITTLEFS_VERSION_NUMBER "1.15.0"
1818
#define ESP_LITTLEFS_VERSION_MAJOR 1
19-
#define ESP_LITTLEFS_VERSION_MINOR 14
20-
#define ESP_LITTLEFS_VERSION_PATCH 8
19+
#define ESP_LITTLEFS_VERSION_MINOR 15
20+
#define ESP_LITTLEFS_VERSION_PATCH 0
2121

2222
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 2) && CONFIG_VFS_SUPPORT_DIR
2323
#define ESP_LITTLEFS_ENABLE_FTRUNCATE

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.14.8",
3+
"version": "1.15.0",
44
"description": "LittleFS is a small fail-safe filesystem for micro-controllers.",
55
"frameworks": "espidf",
66
"platforms": "*",

0 commit comments

Comments
 (0)