From 556eb14633c5a1e2e69e83730eae9f4155bc4751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 7 Apr 2026 12:19:22 -0300 Subject: [PATCH] core: tools: mcap-extractor: Update to 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/tools/mcap-extractor/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/mcap-extractor/bootstrap.sh b/core/tools/mcap-extractor/bootstrap.sh index 4754a19e6d..51bb9688af 100755 --- a/core/tools/mcap-extractor/bootstrap.sh +++ b/core/tools/mcap-extractor/bootstrap.sh @@ -5,7 +5,7 @@ set -e PROJECT_NAME="mcap-foxglove-video-extract" REPOSITORY_ORG="bluerobotics" REPOSITORY_NAME="mcap-foxglove-video-extract" -VERSION="0.1.2" +VERSION="0.1.3" echo "Installing project $PROJECT_NAME version $VERSION"