Skip to content

Commit e327069

Browse files
committed
Bump version
1 parent 1d5653f commit e327069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-json-response"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
description = "A Routerify utility library to generate JSON response."
55
homepage = "https://github.com/routerify/routerify-json-response"
66
repository = "https://github.com/routerify/routerify-json-response"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Add this to your `Cargo.toml`:
3535

3636
```toml
3737
[dependencies]
38-
routerify = "2"
39-
routerify-json-response = "2"
38+
routerify = "3"
39+
routerify-json-response = "3"
4040
```
4141

4242
## Example

0 commit comments

Comments
 (0)