Bump version to 0.3.19 and update API endpoint

Update version from 0.3.18 to 0.3.19 in Cargo.toml, package-lock.json, and version.txt.

Also update the API endpoint in pmoparadise/src/client.rs from `/get_block` to `/play` and remove the `peer` property from several dependencies in package-lock.json.

Additionally, update the ARCHITECTURE.md documentation to reflect the change in API endpoint.
This commit is contained in:
2026-01-27 13:52:15 +01:00
parent 3f0eadce34
commit 33fa672d32
6 changed files with 7 additions and 12 deletions

2
Cargo.lock generated
View File

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