push-nlvvpvkumokx #105

Merged
eric merged 3 commits from push-nlvvpvkumokx into main 2026-06-21 19:22:53 +02:00
5 changed files with 4 additions and 3 deletions
Showing only changes of commit cc27e4efca - Show all commits

BIN
.DS_Store vendored

Binary file not shown.

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "PMOMusic"
version = "0.3.54"
version = "0.3.55"
dependencies = [
"axum 0.8.7",
"console-subscriber",

View File

@@ -57,6 +57,7 @@ COPY pmoplaylist/ ./pmoplaylist/
COPY pmoflac/ ./pmoflac/
COPY pmometadata/ ./pmometadata/
COPY pmocontrol/ ./pmocontrol/
COPY pmourlsource/ ./pmourlsource/
COPY pmoaudio-ext/ ./pmoaudio-ext/
COPY pmoapp/ ./pmoapp/

View File

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

View File

@@ -1 +1 @@
0.3.54
0.3.55