From 9fdc57ea6fbb37d66c36a42f813b5aba9cbc70b7 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 8 Dec 2023 08:50:05 +0100 Subject: [PATCH] chore: Release yew-oauth2 version 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6561c80..bf24063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yew-oauth2" -version = "0.8.0" +version = "0.9.0" authors = ["Jens Reimann "] edition = "2021" license = "Apache-2.0"