diff --git a/Cargo.lock b/Cargo.lock index 0d0f195..a922b47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lyrics_fetcher" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7f071a1..7751732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyrics_fetcher" -version = "1.0.0" +version = "1.0.1" edition = "2024" authors = ["arabianq"] readme = "README.md"