From c0ec19c496591efe970da26c819c2a0dc86c363d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 17 Jan 2024 15:57:12 +1100 Subject: fix some properties that got copied wrong --- tools/cmake/common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake') diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 4e8bea4f..c2f9141e 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -5,7 +5,7 @@ # For more information about build system see # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html -set(PROJECT_VER "0.1.0") +set(PROJECT_VER "0.1.1") # Build only the subset of components that we actually depend on. set(COMPONENTS "") -- cgit v1.2.3