From 6e143631307173c745e36da76e79b7523330e684 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sun, 28 Jun 2026 11:43:49 +0200 Subject: [PATCH] chore: bump version to 0.3.57 Update PMOMusic/Cargo.toml and version.txt to reflect the patch release 0.3.57. This applies a standard semantic version increment without modifying other package metadata or dependencies. --- Cargo.lock | 2 +- PMOMusic/Cargo.toml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f3650ab..b8d263e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "PMOMusic" -version = "0.3.56" +version = "0.3.57" dependencies = [ "axum 0.8.7", "console-subscriber", diff --git a/PMOMusic/Cargo.toml b/PMOMusic/Cargo.toml index 770cfcce..0dcc7179 100644 --- a/PMOMusic/Cargo.toml +++ b/PMOMusic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "PMOMusic" -version = "0.3.56" +version = "0.3.57" edition = "2024" [dependencies] diff --git a/version.txt b/version.txt index 9327daa8..f6f4908c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.56 +0.3.57