Skip to content

Commit 70ae73b

Browse files
committed
🔖 Bump version to 0.4.1
1 parent e6afc52 commit 70ae73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (BUILD_ESP)
2626
include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include")
2727
endif (BUILD_ESP)
2828

29-
project(WARDuino VERSION 0.4.0)
29+
project(WARDuino VERSION 0.4.1)
3030

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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WARDuino
2-
version=0.4.0
2+
version=0.4.1
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)