Skip to content

Commit 0fb7fde

Browse files
committed
docs: prepare for next version
1 parent 53865bc commit 0fb7fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
Add to your `Cargo.toml`:
88

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

1313
By default, the `router` integration is disabled, you can enable it using:
1414

1515
```toml
16-
yew-oauth2 = { version = "0.8", features = ["router"] }
16+
yew-oauth2 = { version = "0.9", features = ["router"] }
1717
```
1818

1919
## OpenID Connect

0 commit comments

Comments
 (0)