From 9598bbac4ac1244f42828e19c1ffca3073f203b4 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 24 Mar 2026 15:35:16 +0100 Subject: [PATCH] Bump version to 0.3.25 and remove unused pmoutils Update version to 0.3.25 in Cargo.toml and version.txt, and remove pmoutils copy from Dockerfile as it appears unused. --- Dockerfile | 1 - PMOMusic/Cargo.toml | 2 +- version.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd5bba04..0d5c5e85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ COPY pmoupnp/ ./pmoupnp/ COPY pmomediarenderer/ ./pmomediarenderer/ COPY pmomediaserver/ ./pmomediaserver/ COPY pmoconfig/ ./pmoconfig/ -COPY pmoutils/ ./pmoutils/ COPY pmodidl/ ./pmodidl/ COPY pmoserver/ ./pmoserver/ COPY pmocache/ ./pmocache/ diff --git a/PMOMusic/Cargo.toml b/PMOMusic/Cargo.toml index b179d32f..52420854 100644 --- a/PMOMusic/Cargo.toml +++ b/PMOMusic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "PMOMusic" -version = "0.3.24" +version = "0.3.25" edition = "2024" [dependencies] diff --git a/version.txt b/version.txt index cfe389e9..88dbf46f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.24 +0.3.25