Bump to 1.0.2 (#280)

This commit is contained in:
Christiaan Goossens
2026-04-21 21:44:15 +02:00
committed by GitHub
parent c0a6e03fa7
commit a154ffc197
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from typing import Any, Dict
DEFAULT_TITLE = "OpenID Connect (SSO)" DEFAULT_TITLE = "OpenID Connect (SSO)"
DOMAIN = "auth_oidc" 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 ## Config keys

View File

@@ -18,5 +18,5 @@
"jinja2", "jinja2",
"joserfc" "joserfc"
], ],
"version": "1.0.1" "version": "1.0.2"
} }