From c4b48b8d3301c802b2e550a8218e1a37c417d2b1 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 5 Apr 2026 01:45:51 +0300 Subject: [PATCH] change version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 202b579..5cc4375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,7 +1029,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lyrics_fetcher" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1faafa0..448e195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyrics_fetcher" -version = "1.0.1" +version = "1.1.0" edition = "2024" authors = ["arabianq"] readme = "README.md"