Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwanqq committed Mar 1, 2024
1 parent ced3ffa commit 5d5608f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```toml
[dependencies]
erniebot-rs = {git = "https://github.com/chenwanqq/erniebot-rs"}
erniebot-rs = "0.1.1"
```

## 鉴权
Expand Down

0 comments on commit 5d5608f

Please sign in to comment.