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.
This commit is contained in:
2026-03-24 15:35:16 +01:00
parent 95e833e7cf
commit 9598bbac4a
3 changed files with 2 additions and 3 deletions

View File

@@ -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/

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.24"
version = "0.3.25"
edition = "2024"
[dependencies]

View File

@@ -1 +1 @@
0.3.24
0.3.25