diff --git a/custom_components/gsm_call/manifest.json b/custom_components/gsm_call/manifest.json index ca95f02..3a70b4a 100644 --- a/custom_components/gsm_call/manifest.json +++ b/custom_components/gsm_call/manifest.json @@ -1,12 +1,12 @@ { "domain": "gsm_call", "name": "Voice calls using GSM-modem", - "version": "0.2.0-rc.1", "codeowners": ["@black-roland"], "dependencies": [], "documentation": "https://github.com/black-roland/homeassistant-gsm-call#readme", - "issue_tracker": "https://github.com/black-roland/homeassistant-gsm-call/issues", "iot_class": "local_polling", + "issue_tracker": "https://github.com/black-roland/homeassistant-gsm-call/issues", "loggers": ["gsm_call"], - "requirements": ["pyserial-asyncio-fast==0.13"] + "requirements": ["pyserial-asyncio-fast==0.13"], + "version": "0.2.0-rc.1" }