diff --git a/Cargo.lock b/Cargo.lock index e8b9a2f..7316a4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chatgpt-free-api" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index e1855ce..fa8fd8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chatgpt-free-api" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["xsigoking "] description = "Provide free GPT-3.5 API service by reverse engineering the login-free ChatGPT website"