From 33391f2c4e83b95c016b0acd68240bb61add0615 Mon Sep 17 00:00:00 2001 From: tolauwae Date: Thu, 21 Dec 2023 08:06:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.4.3?= 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 6a4f2b9f..f21f9216 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.4.2) +project(WARDuino VERSION 0.4.3) 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 28c6402f..5c125e33 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WARDuino -version=0.4.2 +version=0.4.3 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