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