diff --git a/Cargo.lock b/Cargo.lock index 91e84700..8dbadd61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.13.0" +version = "0.14.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9dcfc75b..048b5664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.13.0" +version = "0.14.0" edition = "2021" authors = ["sigoden "] description = "All in one CLI tool for 10+ AI platforms"