From a154ffc1972f764690ef8409007ceec3d4cc26e3 Mon Sep 17 00:00:00 2001 From: Christiaan Goossens <9487666+christiaangoossens@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:44:15 +0200 Subject: [PATCH] Bump to 1.0.2 (#280) --- 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 9a199df..ba0d136 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.1" +REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.2" ## === ## Config keys diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index 719e6e0..3f40a42 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -18,5 +18,5 @@ "jinja2", "joserfc" ], - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file