Set version to 7.0.4

This commit is contained in:
Benoit Blanchon
2024-03-12 09:40:46 +01:00
parent ca2f80aeaf
commit 36e1eecc7d
7 changed files with 13 additions and 13 deletions

View File

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