Skip to content

Commit aeb5db6

Browse files
committed
Bump version to 3.0.0 in FtpServer.h, library.json, and library.properties; update changelog in README.md
1 parent 11ed64e commit aeb5db6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FtpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <FtpServerKey.h>
2222

23-
#define FTP_SERVER_VERSION "2.2.0 (2025-10-13)"
23+
#define FTP_SERVER_VERSION "3.0.0 (2025-10-13)"
2424

2525
#if ARDUINO >= 100
2626
#include "Arduino.h"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ See `FtpServerKey.h` for config defines and defaults. Key settings:
148148
See the `examples/` folder for ready-to-use sketches for many platforms (ESP32, ESP8266, RP2040, STM32, Wio Terminal, Arduino). Adapt SSID, credentials and SD pins as needed.
149149

150150
## 📝 Changelog
151-
- 2025-10-13 2.2.0 Fix:
151+
- 2025-10-13 3.0.0 Fix:
152152
- updated SdFat2 initialization for Arduino Mega; integrated W5500 initialization (example Arduino_Mega_W5500_SdFat2)
153153
- Fix READ WRITE APPEND problem
154154
- update README

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"url": "https://www.mischianti.org",
1818
"frameworks": "Arduino",
19-
"version": "2.2.0",
19+
"version": "3.0.0",
2020
"platforms": "*"
2121
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SimpleFTPServer
2-
version=2.2.0
2+
version=3.0.0
33
author=Renzo Mischianti <renzo.mischianti@gmail.com>
44
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
55
sentence=Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino

0 commit comments

Comments
 (0)