Set version to 7.0.3

This commit is contained in:
Benoit Blanchon
2024-02-05 13:34:38 +01:00
parent 46a807bd30
commit 848c0cdc7e
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.2)
project(ArduinoJson VERSION 7.0.3)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
include(CTest)