Set version to 7.1.0

This commit is contained in:
Benoit Blanchon
2024-06-27 18:20:22 +02:00
parent 55c3b9b3a7
commit 22dd4da3af
7 changed files with 14 additions and 14 deletions

View File

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