Set version to 7.4.2

This commit is contained in:
Benoit Blanchon
2025-06-20 09:37:14 +02:00
parent 9aa77994b4
commit 733bc4ee82
7 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ if(ESP_PLATFORM)
return()
endif()
project(ArduinoJson VERSION 7.4.1)
project(ArduinoJson VERSION 7.4.2)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
include(CTest)