diff --git a/custom_components/auth_oidc/config/const.py b/custom_components/auth_oidc/config/const.py index b269e8a..9a199df 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-rc3" +REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.1" ## === ## Config keys diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index ed47483..719e6e0 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-rc3" + "version": "1.0.1" } \ No newline at end of file