From c5d819451def87db8f46c0bca5849618580802bf Mon Sep 17 00:00:00 2001 From: Black Roland Date: Wed, 13 Nov 2024 22:14:24 +0300 Subject: [PATCH] 0.3.0 --- .github/workflows/release.yaml | 1 + custom_components/gsm_call/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f199a7..94c0f77 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,4 +33,5 @@ jobs: body: > [![Downloads](https://img.shields.io/github/downloads/black-roland/homeassistant-gsm-call/${{ github.ref_name }}/total?style=flat-square)](https://github.com/black-roland/homeassistant-gsm-call/releases) [![Buy me a coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-cc3336?style=flat-square&logo=coffeescript)](https://www.donationalerts.com/r/mansmarthome) + [![На кофе](https://img.shields.io/badge/%D0%BD%D0%B0%20%D0%BA%D0%BE%D1%84%D0%B5-cc3336?style=flat-square&logo=coffeescript)](https://mansmarthome.info/donate/#donationalerts) generate_release_notes: true diff --git a/custom_components/gsm_call/manifest.json b/custom_components/gsm_call/manifest.json index 5d59617..32cf2f5 100644 --- a/custom_components/gsm_call/manifest.json +++ b/custom_components/gsm_call/manifest.json @@ -1,6 +1,6 @@ { "domain": "gsm_call", - "name": "Voice calls using GSM-modem", + "name": "Voice calls using 3G/4G, LTE modems", "codeowners": ["@black-roland"], "dependencies": [], "documentation": "https://github.com/black-roland/homeassistant-gsm-call#readme", @@ -8,5 +8,5 @@ "issue_tracker": "https://github.com/black-roland/homeassistant-gsm-call/issues", "loggers": ["gsm_call"], "requirements": ["pyserial-asyncio-fast==0.13"], - "version": "0.3.0-beta.1" + "version": "0.3.0" }