Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
Changelog: Update Manifest
  • Loading branch information
tobyworks committed Oct 14, 2024
1 parent f981147 commit a905b54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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": "Initial release"
},
"1.0.1": {
"en": "Update Manifest"
}
}
7 changes: 4 additions & 3 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.tobybonhof.openaispeech",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand All @@ -24,5 +24,6 @@
"author": {
"name": "Toby Bonhof"
},
"brandColor": "#64C7AD"
}
"brandColor": "#64C7AD",
"source": "https://github.com/tobyworks/com.tobybonhof.openaispeech"
}
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": "com.tobybonhof.openaispeech",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand All @@ -23,10 +23,10 @@
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Toby Bonhof",
"email": "t.bonhof@gmail.com"
"name": "Toby Bonhof"
},
"brandColor": "#64C7AD",
"source": "https://github.com/tobyworks/com.tobybonhof.openaispeech",
"flow": {
"actions": [
{
Expand Down

0 comments on commit a905b54

Please sign in to comment.