From adedbeb922685166d1a4d133ab63ec16c17643e8 Mon Sep 17 00:00:00 2001 From: tolauwae Date: Mon, 7 Aug 2023 11:59:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21bb3f06..1a1ca22e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if (BUILD_ESP) include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include") endif (BUILD_ESP) -project(WARDuino VERSION 0.4.1) +project(WARDuino VERSION 0.4.2) 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 dd4fe809..28c6402f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WARDuino -version=0.4.1 +version=0.4.2 author=Robbert Gurdeep Singh , Christophe Scholliers , Tom Lauwaerts , Carlos Rojas Castillo , Joel Martin maintainer=Robbert Gurdeep Singh , Christophe Scholliers , Tom Lauwaerts sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support