Skip to content

Commit 14ac89b

Browse files
committed
🔖 Bump version to 0.6.1
1 parent d26803b commit 14ac89b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
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.6.0)
32+
project(WARDuino VERSION 0.6.1)
3333

3434
set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}")
3535
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.6.0
2+
version=0.6.1
33
author=Robbert Gurdeep Singh, Christophe Scholliers <Christophe.Scholliers@UGent.be>, Tom Lauwaerts <Tom.Lauwaerts@UGent.be>, Carlos Rojas Castillo <crojcas@vub.be>, Maarten Steevens <Maarten.Steevens@UGent.be>, Joel Martin <github@martintribe.org>
44
maintainer=Tom Lauwaerts <Tom.Lauwaerts@UGent.be>, Maarten Steevens <Maarten.Steevens@UGent.be>, Christophe Scholliers <Christophe.Scholliers@UGent.be>
55
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support

0 commit comments

Comments
 (0)