Skip to content

Commit

Permalink
chore: increase crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
fekie committed Apr 19, 2023
1 parent 6ae0f4c commit 61dd4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "roboat"
readme = "README.md"
repository = "https://github.com/Chloe-Woahie/roboat"
version = "0.16.0"
version = "0.16.1"

[dependencies]
reqwest = { version = "0.11.14", default-features=false, features = ["rustls-tls", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Alternatively, you can add a specific version of roboat to your project by addin

```toml
[dependencies]
roboat = "0.16.0"
roboat = "0.16.1"
```

# Quick Start Examples
Expand Down

0 comments on commit 61dd4e0

Please sign in to comment.