Skip to content

Commit 33391f2

Browse files
committed
πŸ”– 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 <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>, Carlos Rojas Castillo <[email protected]>, Joel Martin <[email protected]>
44
maintainer=Robbert Gurdeep Singh <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>
55
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support

0 commit comments

Comments
Β (0)