Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 15, 2021
1 parent a739573 commit c3c61c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ iobroker add trashschedule
### **WORK IN PROGRESS**
-->

### 1.3.5

* (klein0r) Added checks for calendar description

### 1.3.4

* (klein0r) Translated all objects
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": "trashschedule",
"version": "1.3.4",
"version": "1.3.5",
"news": {
"1.3.5": {
"en": "Added checks for calendar description",
"de": "Überprüfungen für Kalenderbeschreibung hinzugefügt",
"ru": "Добавлены проверки для описания календаря",
"pt": "Adicionadas verificações para a descrição do calendário",
"nl": "Controles toegevoegd voor kalenderbeschrijving",
"fr": "Ajout de vérifications pour la description du calendrier",
"it": "Aggiunti controlli per la descrizione del calendario",
"es": "Comprobaciones añadidas para la descripción del calendario",
"pl": "Dodano kontrole dla opisu kalendarza",
"zh-cn": "添加了对日历描述的检查"
},
"1.3.4": {
"en": "Translated all objects",
"de": "Alle Objekte übersetzt",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.trashschedule",
"version": "1.3.4",
"version": "1.3.5",
"description": "Calculates the days until next trash pickup",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit c3c61c2

Please sign in to comment.