From a684c883251267a98c6800f679e20fbde88aee1b Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Fri, 22 May 2026 18:55:48 +0200 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 f2ebd92..e5d309d 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.3 -require github.com/gesellix/bose-soundtouch v0.78.0 +require github.com/gesellix/bose-soundtouch v0.89.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 4607b58..6babed2 100644 --- a/examples/preset-management/go.mod +++ b/examples/preset-management/go.mod @@ -2,7 +2,7 @@ module preset-management-example go 1.26.3 -require github.com/gesellix/bose-soundtouch v0.78.0 +require github.com/gesellix/bose-soundtouch v0.89.0 require github.com/gorilla/websocket v1.5.3 // indirect