diff --git a/README.md b/README.md index 289fd54..bafb0e6 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When the adapter crashes or an other Code error happens, this error message that --> ## Changelog -### __WORK IN PROGRESS__ +### 2.0.3 (2020-09-25) * (klein0r) Removed spaces in the admin config dropdown ### 2.0.2 (2020-04-29) diff --git a/io-package.json b/io-package.json index a9c4b1c..811ab3b 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "pushover", - "version": "2.0.2", + "version": "2.0.3", "news": { + "2.0.3": { + "en": "Removed spaces in the admin config dropdown", + "de": "Leerzeichen in der Dropdown-Liste der Administratorkonfiguration wurden entfernt", + "ru": "Удалены пробелы в раскрывающемся списке конфигурации администратора", + "pt": "Espaços removidos no menu suspenso de configuração do administrador", + "nl": "Spaties verwijderd in de vervolgkeuzelijst met admin-configuratie", + "fr": "Espaces supprimés dans la liste déroulante de configuration de l'administrateur", + "it": "Spazi rimossi nel menu a discesa della configurazione dell'amministratore", + "es": "Espacios eliminados en el menú desplegable de configuración de administrador", + "pl": "Usunięto spacje z listy rozwijanej konfiguracji administratora", + "zh-cn": "在管理员配置下拉列表中删除了空格" + }, "2.0.2": { "en": "fixes case that token is not defined/existing (Sentry IOBROKER-PUSHOVER-2)", "de": "behebt den Fall, dass das Token nicht definiert / vorhanden ist (Sentry IOBROKER-PUSHOVER-2)", diff --git a/package.json b/package.json index ce05a8d..221c730 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.pushover", "description": "This adapter allows to send pushover notifications from ioBroker", - "version": "2.0.2", + "version": "2.0.3", "author": "bluefox ", "contributors": [ "bluefox "