Skip to content

Commit d258db0

Browse files
committed
chore: uptick version
1 parent d51af31 commit d258db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew-oauth2"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Jens Reimann <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

README.md

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

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

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

0 commit comments

Comments
 (0)