From 5d5608f1227ed6968bda2e2b974f136931583053 Mon Sep 17 00:00:00 2001 From: chenwanqq Date: Fri, 1 Mar 2024 10:35:06 +0800 Subject: [PATCH] update version number --- Cargo.toml | 2 +- README.md | 2 +- README_zh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" ``` ## 鉴权