Set version to 7.3.1

This commit is contained in:
Benoit Blanchon
2025-02-27 19:35:14 +01:00
parent cb1dcfa5e4
commit e03d8ae885
7 changed files with 13 additions and 13 deletions

View File

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