Skip to content

Commit 08deb5c

Browse files
committed
chore: Release
1 parent 346b728 commit 08deb5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

http-adapter-ureq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-adapter-ureq"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "HTTP adapter implementation for ureq"
66
keywords = ["http", "request", "client"]

http-adapter-ureq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo add http-adapter-ureq
1717
Or add to your Cargo.toml:
1818
```toml
1919
[dependencies]
20-
http-adapter-ureq = "0.3.1"
20+
http-adapter-ureq = "0.4.0"
2121
```
2222

2323
## HTTP adapter implementation for [ureq](https://crates.io/crates/ureq)

0 commit comments

Comments
 (0)