Skip to content

Commit a154ffc

Browse files
Bump to 1.0.2 (#280)
1 parent c0a6e03 commit a154ffc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/auth_oidc/config/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
DEFAULT_TITLE = "OpenID Connect (SSO)"
1010
DOMAIN = "auth_oidc"
11-
REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.1"
11+
REPO_ROOT_URL = "https://github.com/christiaangoossens/hass-oidc-auth/tree/v1.0.2"
1212

1313
## ===
1414
## Config keys

custom_components/auth_oidc/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"jinja2",
1919
"joserfc"
2020
],
21-
"version": "1.0.1"
21+
"version": "1.0.2"
2222
}

0 commit comments

Comments
 (0)