From 1e5b89fa32e4e05f4eb4775e86456ea51f750fc9 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:07:49 +0200 Subject: [PATCH] Bump to 1.0.1 (#275) --- 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 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