Skip to content

Commit

Permalink
switch version in manifest.json to use minimum verison number instead…
Browse files Browse the repository at this point in the history
… of set version number
  • Loading branch information
Amateur-God committed Aug 3, 2024
1 parent 6f3f8c9 commit e319165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/technitiumdns/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"integration_type": "device",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Amateur-God/home-assistant-Technitiumdns/issues",
"requirements": ["aiohttp==3.10.0"],
"requirements": ["aiohttp>=3.9.0"],
"version": "2.2.1"
}

0 comments on commit e319165

Please sign in to comment.