Skip to content

Commit 4ebcf0d

Browse files
committed
Bump the version number in the readme
1 parent 219083a commit 4ebcf0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Add to Cargo.toml:
2424

2525
```toml
2626
[dependencies]
27-
hedwig = "2"
27+
hedwig = "3"
2828
```
2929

3030
You may also need to enable additional features in order to use the optional publishers or
3131
validators, like this:
3232

3333
```toml
3434
[dependencies]
35-
hedwig = { version = "2", features = ["google"] }
35+
hedwig = { version = "3", features = ["google"] }
3636
```
3737

3838
### Usage

0 commit comments

Comments
 (0)