Skip to content

Commit

Permalink
chore: uptick version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 16, 2023
1 parent d51af31 commit d258db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-oauth2"
version = "0.7.1"
version = "0.8.0"
authors = ["Jens Reimann <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Add to your `Cargo.toml`:

```toml
yew-oauth2 = "0.7"
yew-oauth2 = "0.8"
```

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

0 comments on commit d258db0

Please sign in to comment.