Skip to content

Commit 169e0da

Browse files
committed
🔖 Bump version to 0.5.1
1 parent f468cae commit 169e0da

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.5.0)
32+
project(WARDuino VERSION 0.5.1)
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.5.0
2+
version=0.5.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)