From a40fd8cdacfefb45b845ea06b2e4e7cbac4f47cd Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 28 Mar 2026 13:51:42 +0100 Subject: [PATCH] bump --- examples/navigation-station-demo/go.mod | 2 +- examples/preset-management/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/navigation-station-demo/go.mod b/examples/navigation-station-demo/go.mod index 5054974..98aa413 100644 --- a/examples/navigation-station-demo/go.mod +++ b/examples/navigation-station-demo/go.mod @@ -2,7 +2,7 @@ module navigation-station-demo go 1.26.1 -require github.com/gesellix/bose-soundtouch v0.43.0 +require github.com/gesellix/bose-soundtouch v0.53.0 require github.com/gorilla/websocket v1.5.3 // indirect diff --git a/examples/preset-management/go.mod b/examples/preset-management/go.mod index 474c725..f1b2576 100644 --- a/examples/preset-management/go.mod +++ b/examples/preset-management/go.mod @@ -2,7 +2,7 @@ module preset-management-example go 1.26.1 -require github.com/gesellix/bose-soundtouch v0.43.0 +require github.com/gesellix/bose-soundtouch v0.53.0 require github.com/gorilla/websocket v1.5.3 // indirect