From 02205f1cea6889339baf678fe8fd18b1d804f72e Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 5 Apr 2026 00:38:06 +0300 Subject: [PATCH] change version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"