Skip to content

Commit 29c7328

Browse files
committed
docs: uptick version in docs
1 parent 52799b9 commit 29c7328

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
@@ -7,14 +7,14 @@
77
Add to your `Cargo.toml`:
88

99
```toml
10-
yew-oauth2 = "0.9"
10+
yew-oauth2 = "0.10"
1111
```
1212

1313
By default, the `router` integration for [`yew-nested-router`](https://github.com/ctron/yew-nested-router) is disabled,
1414
you can enable it using:
1515

1616
```toml
17-
yew-oauth2 = { version = "0.9", features = ["router"] }
17+
yew-oauth2 = { version = "0.10", features = ["router"] }
1818
```
1919

2020
## OpenID Connect

0 commit comments

Comments
 (0)