Skip to content

Commit

Permalink
πŸ”– Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Dec 13, 2024
1 parent d26803b commit 14ac89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (BUILD_ESP)
include($ENV{IDF_PATH}/tools/cmake/project.cmake "${PROJECT_BINARY_DIR}/../include")
endif (BUILD_ESP)

project(WARDuino VERSION 0.6.0)
project(WARDuino VERSION 0.6.1)

set(WARDUINO_VERSION_STRING "${PROJECT_VERSION}")
configure_file(src/config.h.in include/warduino/config.h)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WARDuino
version=0.6.0
version=0.6.1
author=Robbert Gurdeep Singh, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>, Carlos Rojas Castillo <[email protected]>, Maarten Steevens <[email protected]>, Joel Martin <[email protected]>
maintainer=Tom Lauwaerts <[email protected]>, Maarten Steevens <[email protected]>, Christophe Scholliers <[email protected]>
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support
Expand Down

0 comments on commit 14ac89b

Please sign in to comment.