Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
Changelog: updated app to adhere to app store guidelines and feedback of homey
  • Loading branch information
daanleenders committed Mar 2, 2025
1 parent d220f5a commit dbaecad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"1.0.0": {
"en": "First release of the Fiat app with ev battery status, (un)lock and A/C actions and some usefull measurements from the UConnect API."
},
"1.0.1": {
"en": "updated app to adhere to app store guidelines and feedback of homey"
}
}
4 changes: 2 additions & 2 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.daanleenders.fiatuconnect",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=12.2.0",
"platforms": [
"local"
Expand Down Expand Up @@ -58,4 +58,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions 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": "nl.daanleenders.fiatuconnect",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=12.2.0",
"platforms": [
"local"
Expand All @@ -13,8 +13,8 @@
"nl": "Fiat UConnect"
},
"description": {
"en": "Connect your FIAT to Homey to see its information and control some functions",
"nl": "Verbind jouw FIAT met Homey om er informatie van te kunnen zien en sommige functies te bedienen"
"en": "Driven by passion",
"nl": "Driven by passion"
},
"category": [
"internet"
Expand Down

0 comments on commit dbaecad

Please sign in to comment.