From 4f1191f316bc6f71f65d8cd5a83c5cadee20216f Mon Sep 17 00:00:00 2001 From: awalol Date: Sun, 15 Mar 2026 18:37:02 +0800 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdd8390..752bfbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ target_compile_definitions(ds5-bridge PRIVATE ) pico_set_program_name(ds5-bridge "ds5-bridge") -pico_set_program_version(ds5-bridge "0.1") +pico_set_program_version(ds5-bridge "0.2") # Modify the below lines to enable/disable output over UART/USB pico_enable_stdio_uart(ds5-bridge 1)