Skip to content

Commit d34bedb

Browse files
committed
Bump version
1 parent 46b5814 commit d34bedb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "routerify-multipart"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "A multipart/form-data parser for Routerify."
55
homepage = "https://github.com/routerify/routerify-multipart"
66
repository = "https://github.com/routerify/routerify-multipart"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your `Cargo.toml` file:
1818
```toml
1919
[dependencies]
2020
routerify = "1.1"
21-
routerify-multipart = "1.0"
21+
routerify-multipart = "1.1"
2222
```
2323

2424
## Example

0 commit comments

Comments
 (0)