Skip to content

Commit 33391f2

Browse files
committedDec 21, 2023
🔖 Bump version to 0.4.3
1 parent f21ae3e commit 33391f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (BUILD_ESP)
2929
include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include")
3030
endif (BUILD_ESP)
3131

32-
project(WARDuino VERSION 0.4.2)
32+
project(WARDuino VERSION 0.4.3)
3333

3434
set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}")
3535
configure_file(src/config.h.in include/warduino/config.h)

‎library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WARDuino
2-
version=0.4.2
2+
version=0.4.3
33
author=Robbert Gurdeep Singh <Robbert.GurdeepSingh@UGent.be>, Christophe Scholliers <Christophe.Scholliers@UGent.be>, Tom Lauwaerts <Tom.Lauwaerts@UGent.be>, Carlos Rojas Castillo <crojcas@vub.be>, Joel Martin <github@martintribe.org>
44
maintainer=Robbert Gurdeep Singh <Robbert.GurdeepSingh@UGent.be>, Christophe Scholliers <Christophe.Scholliers@UGent.be>, Tom Lauwaerts <Tom.Lauwaerts@UGent.be>
55
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support

0 commit comments

Comments
 (0)
Please sign in to comment.