Skip to content

Commit

Permalink
chore: release v2.0.3
Browse files Browse the repository at this point in the history
Removed spaces in the admin config dropdown
  • Loading branch information
GermanBluefox committed Sep 25, 2020
1 parent 798b6a3 commit a116a7b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
Expand Down

0 comments on commit a116a7b

Please sign in to comment.