diff --git a/CMakeLists.txt b/CMakeLists.txt index f5340959..65e6facb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ if (BUILD_ESP) include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include") endif (BUILD_ESP) -project(WARDuino VERSION 0.6.0) +project(WARDuino VERSION 0.6.1) set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}") configure_file(src/config.h.in include/warduino/config.h) diff --git a/library.properties b/library.properties index 55cc43e4..d5b4f39e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WARDuino -version=0.6.0 +version=0.6.1 author=Robbert Gurdeep Singh, Christophe Scholliers , Tom Lauwaerts , Carlos Rojas Castillo , Maarten Steevens , Joel Martin maintainer=Tom Lauwaerts , Maarten Steevens , Christophe Scholliers sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support