diff --git a/README.md b/README.md index 2470046..b0e5500 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ mocktail is a **minimal** crate for mocking HTTP and gRPC servers in Rust, with 1. Add `mocktail` to `Cargo.toml` as a development dependency: ```toml [dev-dependencies] - mocktail = "0.2.4-alpha" + mocktail = "0.2.5-alpha" ``` 2. Basic usage example: diff --git a/book/src/getting-started.md b/book/src/getting-started.md index 0aac65f..c04d822 100644 --- a/book/src/getting-started.md +++ b/book/src/getting-started.md @@ -3,7 +3,7 @@ 1. Add `mocktail` to `Cargo.toml` as a development dependency: ```toml [dev-dependencies] - mocktail = "0.2.4-alpha" + mocktail = "0.2.5-alpha" ``` 2. Basic usage example: diff --git a/mocktail/Cargo.toml b/mocktail/Cargo.toml index c72f564..32279e1 100644 --- a/mocktail/Cargo.toml +++ b/mocktail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mocktail" -version = "0.2.4-alpha" +version = "0.2.5-alpha" edition = "2021" authors = ["Dan Clark"] description = "HTTP & gRPC server mocking for Rust"