diff --git a/custom_components/auth_oidc/manifest.json b/custom_components/auth_oidc/manifest.json index a24b212..429e3af 100644 --- a/custom_components/auth_oidc/manifest.json +++ b/custom_components/auth_oidc/manifest.json @@ -19,5 +19,5 @@ "jinja2>=3.1.4", "bcrypt>=4.2.0" ], - "version": "0.6.1" + "version": "0.6.2" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1e84d20..84e477f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hass-oidc-auth" -version = "0.6.1" +version = "0.6.2" description = "OIDC component for Home Assistant" authors = [ { name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }