Skip to content

Commit 006128f

Browse files
committed
🔖 Bump version to 0.4.0
1 parent 9329a61 commit 006128f

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
@@ -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.3.2)
29+
project(WARDuino VERSION 0.4.0)
3030

3131
set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}")
3232
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.3.2
2+
version=0.4.0
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)