Changed publish.sh to update the CMake project version

This commit is contained in:
Benoit Blanchon
2020-04-09 21:28:48 +02:00
parent 3ea5eb3f3a
commit 9e354803de
3 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,8 @@
# MIT License
cmake_minimum_required(VERSION 3.0)
project(ArduinoJson)
project(ArduinoJson VERSION 6.15.1)
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)