Skip to content

Commit

Permalink
fix: Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sopelj committed Dec 6, 2024
1 parent bcc0636 commit c3f86ce
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions custom_components/ember_mug/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,23 @@
"manufacturer_id": 961
}
],
"codeowners": ["@sopelj"],
"codeowners": [
"@sopelj"
],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"dependencies": [
"bluetooth_adapters"
],
"documentation": "https://github.com/sopelj/hass_ember_mug",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/sopelj/hass_ember_mug/issues",
"loggers": ["bleak", "bleak_retry_connector", "ember_mug"],
"requirements": ["python-ember-mug==1.1.0"],
"version": "1.2.0"
"loggers": [
"bleak",
"bleak_retry_connector",
"ember_mug"
],
"requirements": [
"python-ember-mug==1.1.0"
],
"version": "1.2.1"
}

0 comments on commit c3f86ce

Please sign in to comment.