diff --git a/Cargo.lock b/Cargo.lock index 8ef01a3a..1920074a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ dependencies = [ [[package]] name = "deepseek-tui" -version = "0.3.20" +version = "0.3.21" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index fc62edad..3654dbef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepseek-tui" -version = "0.3.20" +version = "0.3.21" edition = "2024" description = "Unofficial DeepSeek CLI - Just run 'deepseek' to start chatting" license = "MIT"