Skip to content

Commit 9bd84d2

Browse files
committedSep 26, 2024·
Bump version to 1.2.2
1 parent eb2710c commit 9bd84d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎custom_components/entity_tz/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"codeowners": ["@pnbruckner"],
55
"config_flow": true,
66
"dependencies": ["zone"],
7-
"documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.2.1/README.md",
7+
"documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.2.2/README.md",
88
"import_executor": true,
99
"iot_class": "calculated",
1010
"issue_tracker": "https://github.com/pnbruckner/ha-entity-tz/issues",
1111
"loggers": ["geopy"],
1212
"requirements": ["async-lru==2.0.4", "timezonefinder==6.5.3"],
13-
"version": "1.2.1"
13+
"version": "1.2.2"
1414
}

0 commit comments

Comments
 (0)
Please sign in to comment.