Skip to content

Commit

Permalink
πŸ”– Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Sep 11, 2024
1 parent 501bed9 commit 8d13886
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.5.1)
project(WARDuino VERSION 0.5.2)

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.5.1
version=0.5.2
author=Robbert Gurdeep Singh <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>, Carlos Rojas Castillo <[email protected]>, Joel Martin <[email protected]>
maintainer=Robbert Gurdeep Singh <[email protected]>, Christophe Scholliers <[email protected]>, Tom Lauwaerts <[email protected]>
sentence=A library that enables the use of WebAssembly on Arduino boards with debugging support
Expand Down

0 comments on commit 8d13886

Please sign in to comment.