From 7cc960e4db2295cc1ac358e9868a42fef68a6f2d Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:08:36 +0200 Subject: [PATCH] Bump to rc3 (#249) --- custom_components/auth_oidc/config/const.py | 2 +- custom_components/auth_oidc/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/auth_oidc/config/const.py b/custom_components/auth_oidc/config/const.py index 0eef999..4f2fda8 100644 --- a/custom_components/auth_oidc/config/const.py +++ b/custom_components/auth_oidc/config/const.py @@ -8,7 +8,7 @@ from typing import Any, Dict DEFAULT_TITLE = "OpenID Connect (SSO)" DOMAIN = "auth_oidc" -REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.0-rc1" +REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.0-rc3" ## === ## Config keys diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 82832d2..ed47483 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -18,5 +18,5 @@ "jinja2", "joserfc" ], - "version": "1.0.0-rc2" + "version": "1.0.0-rc3" } \ No newline at end of file