From ad7bdb7c5e62a5ca7449231280672c98eb9a4945 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 21 Feb 2026 22:01:11 +0100 Subject: [PATCH] Update version and add pmowebrenderer module Bump version from 0.3.21 to 0.3.22 and add pmowebrenderer module to Dockerfile --- Dockerfile | 1 + PMOMusic/Cargo.toml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ef70136..bd5bba04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ COPY pmoaudio/ ./pmoaudio/ COPY pmoqobuz/ ./pmoqobuz/ COPY pmoparadise/ ./pmoparadise/ COPY pmoradiofrance/ ./pmoradiofrance/ +COPY pmowebrenderer/ ./pmowebrenderer/ COPY pmosource/ ./pmosource/ COPY pmoplaylist/ ./pmoplaylist/ COPY pmoflac/ ./pmoflac/ diff --git a/PMOMusic/Cargo.toml b/PMOMusic/Cargo.toml index 90c27e78..1f499509 100644 --- a/PMOMusic/Cargo.toml +++ b/PMOMusic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "PMOMusic" -version = "0.3.21" +version = "0.3.22" edition = "2024" [dependencies] diff --git a/version.txt b/version.txt index dfdc3688..0c4b4549 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.21 +0.3.22