Skip to content

Commit aca378e

Browse files
🔖 Bump version to 2.1.0
- Updated version in platformio.ini for both ESP32dev and Feather environments - Version bump from 2.0.0 to 2.1.0 for minor release - Maintains backward compatibility while reflecting recent enhancements - Ready for automated release system trigger
1 parent a6a5e19 commit aca378e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the ESP32 WiFi Utility project are documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2025-10-15
8+
## [2.1.0] - 2025-10-15
99

1010
### 🚀 Added
1111

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ monitor_speed = 115200
1919
upload_port = /dev/ttyUSB*
2020
monitor_port = /dev/ttyUSB*
2121
build_flags =
22-
-DVERSION="2.0.0"
22+
-DVERSION="2.1.0"
2323
lib_deps =
2424
ricmoo/QRCode@^0.0.1
2525
ESP Async UDP@^1.2.3
@@ -32,7 +32,7 @@ monitor_speed = 115200
3232
upload_port = /dev/ttyACM*
3333
monitor_port = /dev/ttyACM*
3434
build_flags =
35-
-DVERSION="2.0.0"
35+
-DVERSION="2.1.0"
3636
-DUSE_NEOPIXEL=1
3737
lib_deps =
3838
ricmoo/QRCode@^0.0.1

0 commit comments

Comments
 (0)