diff --git a/Cargo.toml b/Cargo.toml index 6745f30..7500750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/README.md b/README.md index 378a866..07e34e1 100644 --- a/README.md +++ b/README.md @@ -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