From dac4c926ca635e30cc8e4b7900c7f6ee5c15d443 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:20:45 +0800 Subject: [PATCH] v0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72362fd..2a37abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "am" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 27768ed..2339d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "am" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "A beautiful and feature-packed Apple Music CLI" +categories = ["command-line-utilities"] +keywords = ["apple", "music"] authors = ["Ryan Cao "] license = "GPL-3.0-only" +homepage = "https://github.com/ryanccn/am" repository = "https://github.com/ryanccn/am.git" [dependencies]