diff --git a/Cargo.toml b/Cargo.toml index 2a345e0..cef874e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ license = "MIT" description = "A unofficial Rust library for the Ernie API" homepage = "https://github.com/chenwanqq/erniebot-rs" repository = "https://github.com/chenwanqq/erniebot-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" exclude = [".github/",".vscode/",".gitignore"] diff --git a/README.md b/README.md index 89862c3..0c95d9e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add the following to your Cargo.toml file: ```toml [dependencies] -erniebot-rs = "0.1.0" +erniebot-rs = "0.1.1" ``` ## Authentication diff --git a/README_zh.md b/README_zh.md index 0616482..b4e576c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -8,7 +8,7 @@ ```toml [dependencies] -erniebot-rs = {git = "https://github.com/chenwanqq/erniebot-rs"} +erniebot-rs = "0.1.1" ``` ## 鉴权