From 8af13ea70434ee1555793bb3e142b83043745682 Mon Sep 17 00:00:00 2001 From: Noob Science Date: Sat, 7 Oct 2023 21:05:20 +0530 Subject: [PATCH] Upgrade to v.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25a35b8..687fa2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lyrics" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bunt", "human-panic", diff --git a/Cargo.toml b/Cargo.toml index 061081c..8a91a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lyrics" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" keywords = ["lyrics", "cli", "rust"]