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 May 24, 2023
1 parent cd4492b commit 7d53f26
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.29.0"
version = "0.30.0"

[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 @@ -80,7 +80,7 @@ Alternatively, you can add a specific version of roboat to your project by addin

```toml
[dependencies]
roboat = "0.29.0"
roboat = "0.30.0"
```

# Quick Start Examples
Expand Down

0 comments on commit 7d53f26

Please sign in to comment.