Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvdh committed Oct 2, 2023
1 parent 7c62ec0 commit bbe9e24
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,17 @@
"es": "Solucionar el error de dispositivo no encontrado que hace que la aplicación se bloquee",
"da": "Løs problemet med enheden, der ikke findes, og får appen til at gå ned",
"pl": "Napraw błąd braku znalezienia urządzenia, który powoduje awarię aplikacji"
},
"0.6.0": {
"en": "Add the channel up and down buttons to the remote control",
"nl": "Voeg de knoppen voor kanaal omhoog en omlaag toe aan de afstandsbediening",
"de": "Fügen Sie die Kanal-hoch und Kanal-runter Tasten zur Fernbedienung hinzu",
"fr": "Ajoutez les boutons de montée et de descente de chaîne à la télécommande",
"it": "Aggiungi i pulsanti di canale su e giù al telecomando",
"sv": "Lägg till kanal upp och ner knappar på fjärrkontrollen",
"no": "Legg til kanal opp og ned knapper på fjernkontrollen",
"es": "Añade los botones de subir y bajar canal al control remoto",
"da": "Tilføj kanal op og ned knapperne til fjernbetjeningen",
"pl": "Dodaj przyciski do góry i w dół kanału do pilota"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "codes.lucasvdh.android-tv",
"version": "0.5.2",
"version": "0.6.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#3DDC84",
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "codes.lucasvdh.android-tv",
"version": "0.5.2",
"version": "0.6.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#3DDC84",
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": "codes.lucasvdh.android-tv",
"version": "0.5.2",
"version": "0.6.0",
"main": "app.ts",
"scripts": {
"homey-validate": "homey app validate --level verified",
Expand Down

0 comments on commit bbe9e24

Please sign in to comment.