Set version to 7.2.1

This commit is contained in:
Benoit Blanchon
2024-11-15 09:05:29 +01:00
parent e007d71b4f
commit f9fe8557f1
7 changed files with 13 additions and 13 deletions

View File

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